# File lib/merb-core/vendor/facets/dictionary.rb, line 247
  def clear
    @order = []
    @hash.clear
  end