# File lib/dm-core/query/conditions/operation.rb, line 231
        def union(other)
          Operation.new(:or, dup, other.dup).minimize
        end