public static final class RubyEnumerable.AppendBlockCallback extends java.lang.Object implements BlockCallback
| Constructor and Description |
|---|
AppendBlockCallback(Ruby runtime,
RubyArray result)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
call(ThreadContext context,
IRubyObject[] args,
Block block) |
IRubyObject |
call(ThreadContext context,
IRubyObject arg,
Block block) |
public IRubyObject call(ThreadContext context, IRubyObject[] args, Block block)
call in interface BlockCallbackpublic IRubyObject call(ThreadContext context, IRubyObject arg, Block block)
call in interface BlockCallbackCopyright © 2001-2021 JRuby. All Rights Reserved.