84 85 86 87 88
# File 'lib/thread_safe/cache.rb', line 84 def values arr = [] each_pair {|k, v| arr << v} arr end