Package org.jruby

Class AbstractRubyMethod

All Implemented Interfaces:
Serializable, Cloneable, Comparable<IRubyObject>, InstanceVariables, InternalVariables, IRubyObject, CoreObjectType, DataType
Direct Known Subclasses:
RubyMethod, RubyUnboundMethod

public abstract class AbstractRubyMethod extends RubyObject implements DataType
Base type for the two Ruby Method types.
See Also: