# File lib/dm-core/query.rb, line 428 def union(other) return dup if self == other set_operation(:union, other) end