# File lib/hashery/lru_hash.rb, line 74 def each_value if block_given? each_node do |n| yield n.value end else enum_for :each_value end end