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