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