org.jruby
Class RubyObject.ObjectMethods

java.lang.Object
  extended by org.jruby.RubyObject.ObjectMethods
Enclosing class:
RubyObject

public static class RubyObject.ObjectMethods
extends java.lang.Object

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.

See Also:
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

RubyObject.ObjectMethods

public RubyObject.ObjectMethods()
Method Detail

intialize

public static IRubyObject intialize(IRubyObject self)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.