# File lib/dm-core/collection.rb, line 92
    def union(other)
      set_operation(:|, other)
    end