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