Myst::StringLiteral
Inherits Myst::Literal / Myst::Node / Reference / Object
A string literal. Any value wrapped in double quotes. Characters immediately following a backslash are escaped.
'"' \w* '"'
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
value
Source