org.jruby
Class RubyModule.ModuleKernelMethods

java.lang.Object
  extended by org.jruby.RubyModule.ModuleKernelMethods
Enclosing class:
RubyModule

public static class RubyModule.ModuleKernelMethods
extends java.lang.Object


Constructor Summary
RubyModule.ModuleKernelMethods()
           
 
Method Summary
static IRubyObject autoload_p(IRubyObject recv, IRubyObject arg0)
           
static IRubyObject autoload(IRubyObject recv, IRubyObject arg0, IRubyObject arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyModule.ModuleKernelMethods

public RubyModule.ModuleKernelMethods()
Method Detail

autoload

public static IRubyObject autoload(IRubyObject recv,
                                   IRubyObject arg0,
                                   IRubyObject arg1)

autoload_p

public static IRubyObject autoload_p(IRubyObject recv,
                                     IRubyObject arg0)


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