class

Myst::BooleanLiteral

Inherits Myst::Literal / Myst::Node / Reference / Object

A boolean literal.

'true' | 'false'

Constructors

new(value : Bool)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

hash(hasher)

See Object#hash(hasher)

value
Source
value=(value : Bool)
Source