# File lib/ramaze/snippets/ramaze/dictionary.rb, line 265
    def each
      order.each { |k| yield( k,@hash[k] ) }
      self
    end