method
store
store( key, val )
public
Hide source
# File lib/yaml/dbm.rb, line 88 def store( key, val ) super( key, val.to_yaml ) val end