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