Myst::SymbolLiteral
Inherits Myst::Literal / Myst::Node / Reference / Object
A symbol literal. The value stored by this node does not include the designating colon.
':' name | name ':'
The second form only applies in some contexts (map entries, etc.).
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