= private = protected
replace( hsh )
Replaces the contents of the database with the contents of the specified object. Takes any object which implements the each_pair method, including Hash and DBM objects.
# File lib/yaml/dbm.rb, line 193 def replace( hsh ) clear update( hsh ) end