public static class RubyModule.ModuleKernelMethods extends Object
Constructor and Description |
---|
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-2017 JRuby. All Rights Reserved.