Package | Description |
---|---|
org.jruby | |
org.jruby.internal.runtime.methods |
Modifier and Type | Method and Description |
---|---|
static RubyUnboundMethod |
RubyUnboundMethod.newUnboundMethod(RubyModule implementationModule,
String methodName,
RubyModule originModule,
String originName,
DynamicMethod method) |
RubyUnboundMethod |
RubyUnboundMethod.rbClone() |
RubyUnboundMethod |
RubyMethod.unbind() |
Constructor and Description |
---|
MethodMethod(RubyModule implementationClass,
RubyUnboundMethod method,
Visibility visibility)
Constructor for MethodMethod.
|
Copyright © 2001-2016 JRuby. All Rights Reserved.