# File lib/hashery/lruhash.rb, line 135
  def key(value)
    pair = rassoc(value) and pair.first
  end