org.jruby
Class RubyBasicObject.BasicObjectMethods

java.lang.Object
  extended by org.jruby.RubyBasicObject.BasicObjectMethods
Enclosing class:
RubyBasicObject

public static class RubyBasicObject.BasicObjectMethods
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
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

RubyBasicObject.BasicObjectMethods

public RubyBasicObject.BasicObjectMethods()
Method Detail

intialize

public static IRubyObject intialize(IRubyObject self)


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