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