# File lib/hashery/dictionary.rb, line 307
    def delete(key)
      @order.delete(key)
      @hash.delete(key)
    end