Package | Description |
---|---|
org.jruby |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
Ruby.execRecursive(Ruby.RecursiveFunction func,
IRubyObject obj)
Deprecated.
|
IRubyObject |
Ruby.execRecursiveOuter(Ruby.RecursiveFunction func,
IRubyObject obj)
Deprecated.
Use ThreadContext.safeRecurse.
|
IRubyObject |
Ruby.safeRecurse(Ruby.RecursiveFunction func,
IRubyObject obj,
String name,
boolean outer)
Deprecated.
|
Copyright © 2001-2017 JRuby. All Rights Reserved.