|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyBasicObject.BasicObjectMethods
public static class RubyBasicObject.BasicObjectMethods
Interestingly, the Object class doesn't really have that many methods for itself. Instead almost all of the Object methods are really defined on the Kernel module. This class is a holder for all Object methods.
RubyKernel
Constructor Summary | |
---|---|
RubyBasicObject.BasicObjectMethods()
|
Method Summary | |
---|---|
static IRubyObject |
intialize(IRubyObject self)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RubyBasicObject.BasicObjectMethods()
Method Detail |
---|
public static IRubyObject intialize(IRubyObject self)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |