Myst::Raise
Inherits Myst::ControlExpr / Myst::Node / Reference / Object
A raise expression. Raise expressions create an Exception and cause the
interpreter to immediately start backtracking up the callstack until a node
capable of handling the Exception is encountered (i.e., has an attached
rescue clause).
'raise' value
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)