Libraries
»
miscellany
(0.1.25)
»
Index
»
Miscellany
»
LocalLruCache
»
#to_a
Method: Miscellany::LocalLruCache#to_a
Defined in:
lib/miscellany/local_lru_cache.rb
#
to_a
⇒
Object
51 52 53
# File 'lib/miscellany/local_lru_cache.rb', line 51
def
to_a
@data
.
to_a
.
reverse
end