class

Crystal::Macros::ControlExpression

Inherits Crystal::Macros::ASTNode

The base class of control expressions.

Instance methods

exp

Returns the argument to this control expression, if any.

If multiple arguments are present, they are wrapped inside a single TupleLiteral.

Source