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