# File lib/merb-core/vendor/facets/dictionary.rb, line 267 def each order.each { |k| yield( k,@hash[k] ) } self end