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