public static interface Ruby.RecursiveFunctionEx<T> extends ThreadContext.RecursiveFunctionEx<T>
Modifier and Type | Method and Description |
---|---|
IRubyObject |
call(ThreadContext context,
T state,
IRubyObject obj,
boolean recur) |
IRubyObject call(ThreadContext context, T state, IRubyObject obj, boolean recur)
call
in interface ThreadContext.RecursiveFunctionEx<T>
Copyright © 2001-2021 JRuby. All Rights Reserved.