sdbm.replace(pairs) â self
Instance Public methods
Empties the database, then inserts the given key-value pairs.
This method will work with any object which implements an #each_pair method, such as a Hash.
Empties the database, then inserts the given key-value pairs.
This method will work with any object which implements an #each_pair method, such as a Hash.
Please login to continue.