Class Block

java.lang.Object
org.jruby.runtime.Block
All Implemented Interfaces:
BiFunction<ThreadContext,IRubyObject,IRubyObject>, Function<ThreadContext,IRubyObject>, ThreadContext.RecursiveFunctionEx<IRubyObject>, FunctionOneOrTwoOrThree<ThreadContext,IRubyObject,IRubyObject,IRubyObject>, TriFunction<ThreadContext,IRubyObject,IRubyObject,IRubyObject>

Internal live representation of a block ({...} or do ... end).