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