class Crystal::Macros::Yield
Overview
A yield
expression.
Defined in:
compiler/crystal/macros.crInstance Method Summary
-
#expressions : ArrayLiteral
Returns the arguments to this
yield
. -
#scope : ASTNode | Nop
Returns the scope of this
yield
, if any.
Instance Method Detail
Returns the scope of this yield
, if any.
This refers to the part after with
in a with ... yield
expression.