Package org.jruby
Class RubyComparable.CmpRecursive
java.lang.Object
org.jruby.RubyComparable.CmpRecursive
- All Implemented Interfaces:
ThreadContext.RecursiveFunctionEx<IRubyObject>
- Enclosing class:
- RubyComparable
private static class RubyComparable.CmpRecursive
extends Object
implements ThreadContext.RecursiveFunctionEx<IRubyObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, IRubyObject other, IRubyObject self, boolean recur)
-
Constructor Details
-
CmpRecursive
private CmpRecursive()
-
-
Method Details
-
call
- Specified by:
callin interfaceThreadContext.RecursiveFunctionEx<IRubyObject>
-