# File lib/thread_safe/cache.rb, line 102
def
each_value
each_pair
{
|
k
,
v
|
yield
v
}
end