# File lib/hashery/orderedhash.rb, line 58
    def initialize_copy(other)
      super(other)
      @keys = other.keys
    end