Myst::Or
Inherits Myst::BinaryOp / Myst::Node / Reference / Object
A logical-or expression. Evaluates to a truthy value if either operand is truthy.
expression '||' expression
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)