Package org.jruby
Class RubyEnumerable.AppendBlockCallback
java.lang.Object
org.jruby.RubyEnumerable.AppendBlockCallback
- All Implemented Interfaces:
BlockCallback
- Enclosing class:
- RubyEnumerable
public static final class RubyEnumerable.AppendBlockCallback
extends Object
implements BlockCallback
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAppendBlockCallback(RubyArray result) AppendBlockCallback(Ruby runtime, RubyArray result) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncall(ThreadContext context, IRubyObject[] args, Block block) call(ThreadContext context, IRubyObject arg, Block block) 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
-
result
-
-
Constructor Details
-
AppendBlockCallback
Deprecated. -
AppendBlockCallback
AppendBlockCallback(RubyArray result)
-
-
Method Details
-
call
- Specified by:
callin interfaceBlockCallback
-
call
- Specified by:
callin interfaceBlockCallback
-