| 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,
java.lang.String name,
boolean outer)
Deprecated.
|
Copyright © 2001-2021 JRuby. All Rights Reserved.