# File lib/thread_safe/cache.rb, line 92
def
values
arr
= []
each_pair
{
|
k
,
v
|
arr
<<
v
}
arr
end