Ruby NameError Functions
EditRocket provides the following information on NameError functions in the Ruby source code builder.
name - Return the name associated with this NameError exception.
new(msg [, name]) - Construct a new NameError exception. If given the name parameter may subsequently be examined using the NameError.name method.
to_s - Produce a nicely-formated string representing the NameError.