method
[]=
[]=( key, val )
public
Hide source
# File lib/yaml/dbm.rb, line 14 def []=( key, val ) store( key, val ) end