Package | Description |
---|---|
org.jruby | |
org.jruby.runtime |
Modifier and Type | Class and Description |
---|---|
class |
RubyUnboundMethod
Note: This was renamed from UnboundMethod.java
|
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 |
RubyUnboundMethod.rbClone() |
RubyMethod |
RubyMethod.rbClone() |
Modifier and Type | Method and Description |
---|---|
RubyMethod |
MethodBlock.getMethod() |
Constructor and Description |
---|
MethodBlock(RubyMethod method,
StaticScope staticScope) |
Copyright © 2001-2013 JRuby. All Rights Reserved.