# File lib/ramaze/snippets/ramaze/lru_hash.rb, line 185
    def each_value
      return enum_for(:each_value) unless block_given?
      objs.each_value{|obj| yield obj.content }
      self
    end