# File lib/hashery/dictionary.rb, line 281
    def insert(index, key, value)
      @order.insert(index, key)
      @hash.store(key, value)
    end