# File lib/hashery/orderedhash.rb, line 145
    def replace(other)
      super
      @keys = other.keys
      self
    end