Package org.jruby
Class RubyYielder.BlockCallbackImpl
java.lang.Object
org.jruby.RubyYielder.BlockCallbackImpl
- All Implemented Interfaces:
BlockCallback
- Enclosing class:
- RubyYielder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, IRubyObject[] args, Block inner) call(ThreadContext context, IRubyObject arg, Block inner) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jruby.runtime.BlockCallback
call, call, call, call
-
Field Details
-
proc
-
-
Constructor Details
-
BlockCallbackImpl
BlockCallbackImpl(RubyProc proc)
-
-
Method Details
-
call
- Specified by:
callin interfaceBlockCallback
-
call
- Specified by:
callin interfaceBlockCallback
-