Ruby NoMethodError Functions

EditRocket provides the following information on NoMethodError functions in the Ruby source code builder.

args - Return the arguments passed in as the third parameter to the constructor.

new(msg, name [, args]) - Construct a NoMethodError exception for a method of the given name called with the given arguments. The name may be accessed using the #name method on the resulting object, and the arguments using the #args method.