public static class RubyModule.ModuleKernelMethods extends Object
| Constructor and Description | 
|---|
| RubyModule.ModuleKernelMethods() | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRubyObject | autoload_p(ThreadContext context,
          IRubyObject self,
          IRubyObject symbol) | 
| static IRubyObject | autoload(ThreadContext context,
        IRubyObject self,
        IRubyObject symbol,
        IRubyObject file) | 
public static IRubyObject autoload(ThreadContext context, IRubyObject self, IRubyObject symbol, IRubyObject file)
public static IRubyObject autoload_p(ThreadContext context, IRubyObject self, IRubyObject symbol)
Copyright © 2001-2016 JRuby. All Rights Reserved.