|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyObject.ObjectMethods
public static class RubyObject.ObjectMethods
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 | |
---|---|
RubyObject.ObjectMethods()
|
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 RubyObject.ObjectMethods()
Method Detail |
---|
public static IRubyObject intialize(IRubyObject self)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |