Package org.jruby
Class RubyModule.ModuleKernelMethods
java.lang.Object
org.jruby.RubyModule.ModuleKernelMethods
- Enclosing class:
RubyModule
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
autoload
(ThreadContext context, IRubyObject self, IRubyObject symbol, IRubyObject file) Deprecated.static IRubyObject
autoload_p
(ThreadContext context, IRubyObject self, IRubyObject symbol) Deprecated.
-
Constructor Details
-
ModuleKernelMethods
public ModuleKernelMethods()Deprecated.
-
-
Method Details
-
autoload
@Deprecated public static IRubyObject autoload(ThreadContext context, IRubyObject self, IRubyObject symbol, IRubyObject file) Deprecated. -
autoload_p
@Deprecated public static IRubyObject autoload_p(ThreadContext context, IRubyObject self, IRubyObject symbol) Deprecated.
-