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