# File lib/dm-core/query/conditions/operation.rb, line 431
        def <<(operand)
          if kind_of?(operand.class)
            merge(operand.operands)
          else
            super
          end
        end