# File lib/dm-core/query/conditions/operation.rb, line 182
        def <<(operand)
          raise ArgumentError, "#{self.class} cannot have more than one operand" if @operands.size > 0
          super
        end