# File lib/dm-core/query/conditions/operation.rb, line 217
        def merge(operands)
          operands.each { |op| self << op }
          self
        end