class

Myst::Next

Inherits Myst::ControlExpr / Myst::Node / Reference / Object

A next expression. Next expressions are semantically equivalent to Return expressions, and are meant to be used as an alternative inside of Blocks to avoid confusion around what is returning and to where.

'next' [ value ]

Instance methods

==(other : self)

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

hash(hasher)

See Object#hash(hasher)