public interface YieldCompiler
| Modifier and Type | Method and Description |
|---|---|
void |
yield(boolean unwrap)
Yield argument list to a block.
|
void |
yieldSpecific()
Yield to a block.
|
void |
yieldValues(int arity)
Yield a number of flat arguments to a block.
|
void yield(boolean unwrap)
Stack required: context, block, argument
void yieldSpecific()
Stack required: context, block
void yieldValues(int arity)
Stack required: context, block
Copyright © 2001-2022 JRuby. All Rights Reserved.