Package org.jruby
Interface Ruby.RecursiveFunctionEx<T>
- All Superinterfaces:
ThreadContext.RecursiveFunctionEx<T>
- Enclosing class:
Ruby
-
Method Summary
Modifier and TypeMethodDescriptioncall
(ThreadContext context, T state, IRubyObject obj, boolean recur)
-
Method Details
-
call
- Specified by:
call
in interfaceThreadContext.RecursiveFunctionEx<T>
-