# File lib/hashery/lru_hash.rb, line 130
    def values
      @h.map {|k,n| n.value}
    end