public interface BlockCallback
Modifier and Type | Method and Description |
---|---|
IRubyObject |
call(ThreadContext context,
IRubyObject[] args,
Block block) |
default IRubyObject |
call(ThreadContext context,
IRubyObject arg,
Block block) |
IRubyObject call(ThreadContext context, IRubyObject[] args, Block block)
default IRubyObject call(ThreadContext context, IRubyObject arg, Block block)
Copyright © 2001-2020 JRuby. All Rights Reserved.