class Crystal::MacroExpression
inherits Crystal::ASTNode
¶
A macro expression, surrounded by {{ ... }} (output = true) or by {% ... %} (output = false)
Included modules
Crystal::ExpandableNode
Class methods¶
Methods¶
#==(other : self)
¶
(other : self)
Returns true
if this reference is the same as other. Invokes same?
.
#hash(hasher)
¶
(hasher)