# File lib/map.rb, line 399
  def each
    keys.each{|key| yield(key, self[key])}
    self
  end