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