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 BlockCallback
public IRubyObject call(ThreadContext context, IRubyObject arg, Block block)
call
in interface BlockCallback
Copyright © 2001-2021 JRuby. All Rights Reserved.