Add a method to obtain the missing name from a NameError.
# File active_support/core_ext/name_error.rb, line 4 def missing_name $1 if /((::)?([A-Z]\w*)(::[A-Z]\w*)*)$/ =~ message end
<code/>
<pre/>
<code/>and<pre/>for code samples.