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
-
Constructor Summary
Constructors -
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, wait
Methods inherited from interface org.jruby.runtime.BlockCallback
call, call, call, call
-
Constructor Details
-
AppendBlockCallback
Deprecated.
-
-
Method Details
-
call
- Specified by:
call
in interfaceBlockCallback
-
call
- Specified by:
call
in interfaceBlockCallback
-