# File lib/hashery/orderedhash.rb, line 63
    def []=(key, value)
      @keys << key unless key?(key)
      super(key, value)
    end