class

Crystal::Macros::Yield

Inherits Crystal::Macros::ASTNode

A yield expression.

Instance methods

expressions

Returns the arguments to this yield.

Source
scope

Returns the scope of this yield, if any.

This refers to the part after with in a with ... yield expression.

Source