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