Myst::BooleanLiteral
Inherits Myst::Literal / Myst::Node / Reference / Object
A boolean literal.
'true' | 'false'
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