Method: Miscellany::LocalLruCache#to_a

Defined in:
lib/miscellany/local_lru_cache.rb

#to_aObject



51
52
53
# File 'lib/miscellany/local_lru_cache.rb', line 51

def to_a
  @data.to_a.reverse
end