# File lib/multimap.rb, line 148
  def each
    each_pair do |key, value|
      yield [key, value]
    end
  end