Package org.jruby

Class RubyUnboundMethod

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

public class RubyUnboundMethod extends AbstractRubyMethod
An unbound method representation (e.g. when retrieving an instance method from a class - isn't bound to any instance).

Note: This was renamed from UnboundMethod.java

Author:
jpetersen
See Also: