| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.runtime |
| Modifier and Type | Method and Description |
|---|---|
RubyMethod |
RubyUnboundMethod.bind(ThreadContext context,
IRubyObject aReceiver) |
static RubyMethod |
RubyMethod.newMethod(RubyModule implementationModule,
String methodName,
RubyModule originModule,
String originName,
DynamicMethod method,
IRubyObject receiver) |
RubyMethod |
RubyMethod.rbClone() |
| Modifier and Type | Method and Description |
|---|---|
RubyMethod |
MethodBlock.getMethod() |
| Constructor and Description |
|---|
MethodBlock(RubyMethod method,
StaticScope staticScope) |
Copyright © 2001-2015 JRuby. All Rights Reserved.