class

Crystal::Macros::BinaryOp

Inherits Crystal::Macros::ASTNode

A binary expression like And and Or.

Instance methods

left

Returns the left hand side of this node.

Source
right

Returns the left hand side of this node.

Source