# File lib/hashery/dictionary.rb, line 299
    def clear
      @order = []
      @hash.clear
    end