Myst::InterpolatedStringLiteral
Inherits Myst::Literal / Myst::Node / Reference / Object
A string literal with interpolations. Any string that includes a
<(...)> construct will be considered an InterpolatedStringLiteral.
'"' [\w*(<()>)?]* '"'
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
accept_children(visitor)
Sourcecomponents
Sourcecomponents=(components : Array(Node))
Sourcehash(hasher)
See Object#hash(hasher)