class

Myst::IntegerLiteral

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

Any integer literal. Underscores from the literal are removed from the value stored by this node.

[0-9][_0-9]*

Constructors

new(value : String)
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 : String)
Source