Package org.jruby.javasupport.binding
Class MethodInstaller
java.lang.Object
org.jruby.javasupport.binding.NamedInstaller
org.jruby.javasupport.binding.MethodInstaller
- Direct Known Subclasses:
InstanceMethodInvokerInstaller
,StaticMethodInvokerInstaller
Created by headius on 2/26/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
defineMethods
(RubyModule target, DynamicMethod invoker, boolean checkDups) Deprecated.protected final void
defineMethods
(ThreadContext context, RubyModule target, DynamicMethod invoker, boolean checkDups)
-
Constructor Details
-
MethodInstaller
-
-
Method Details
-
defineMethods
@Deprecated(since="10.0") protected final void defineMethods(RubyModule target, DynamicMethod invoker, boolean checkDups) Deprecated. -
defineMethods
protected final void defineMethods(ThreadContext context, RubyModule target, DynamicMethod invoker, boolean checkDups)
-