= private = protected
index( keystr )
Deprecated, used YAML::DBM#key instead.
# File lib/yaml/dbm.rb, line 60 def index( keystr ) super( keystr.to_yaml ) end