deftrait LogicalOr as: -> # This Trait defines logical or operation and is used by the runtime everywhere it # encounters a `||` operator. # Return the logical or of self and other. def logical_or other: Any end