class Crystal::MacroIf
inherits Crystal::ASTNode
¶
if inside a macro
{% 'if' cond %}
then
{% 'else' %}
else
{% 'end' %}
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)