# File lib/ramaze/snippets/ramaze/dictionary.rb, line 245
    def clear
      @order = []
      @hash.clear
    end