class

Crystal::Macros::MacroLiteral

Inherits Crystal::Macros::ASTNode

Free text that is part of a macro.

Instance methods

value

Returns the text of the literal.

Source