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.