key( keystr )
Returns the key for the specified value.
# File lib/yaml/dbm.rb, line 84 def key( keystr ) invert[keystr] end