45 46 47 48 49
# File 'lib/miscellany/local_lru_cache.rb', line 45 def each @data.reverse.each do |pair| yield pair end end