# File lib/dm-core/support/ordered_set.rb, line 276
    def merge(other)
      other.each { |entry| self << entry }
      self
    end