Project

General

Profile

Actions

Feature #10881

closed

NoMethodError#receiever

Added by yuki24 (Yuki Nishijima) about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:68215]

Description

I would like NoMethodError to have receiver method:

receiver    = "receiver"
exception = receiver.doesnt_exist rescue $!

exception.receiver == receiver # => true

This helps did_you_mean gem implement its features without having native C exceptions, and also makes it easier to add "did you mean?" feature to irb. Let mw know what you think. Thanks!

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0