411 412 413 414
# File 'lib/map.rb', line 411 def each_value keys.each{|key| yield self[key]} self end