Package org.jruby

Class RubyNoMethodError

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType

public class RubyNoMethodError extends RubyNameError
The Java representation of a Ruby NoMethodError.
See Also: