class

Myst::And

Inherits Myst::BinaryOp / Myst::Node / Reference / Object

A logical-and expression. Evaluates to a truthy value only if both the operands are 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)