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