Skip to content

class Crystal::Macros::Nop
inherits Crystal::Macros::ASTNode

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.