# File lib/multimap.rb, line 204
def
each_key
each_pair
do
|
key
,
_
|
yield
key
end
end