# File lib/dm-core/query/conditions/operation.rb, line 202 def <<(operand) assert_valid_operand_type(operand) @operands << relate_operand(operand) self end