class Crystal::Macros::Nop
Overview
The empty node. Similar to a NilLiteral
but its textual representation
is the empty string. This corresponds, for example, to the missing else
branch of
an if
without an else
.
The empty node. Similar to a NilLiteral
but its textual representation
is the empty string. This corresponds, for example, to the missing else
branch of
an if
without an else
.
Crystal::Macros::ASTNode