class

Myst::Break

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

A break expression. Break expressions are similar to Return expressions, except they cause they also cause the caller to return. The primary use for a break expression is to end iteration of a collection early.

'break' [ value ]

Instance methods

==(other : self)

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

hash(hasher)

See Object#hash(hasher)