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