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