gdbm.update(other) â gdbm
Instance Public methods
Adds the key-value pairs of other to gdbm, overwriting entries with duplicate keys with those from other. other must have an #each_pair method.
Adds the key-value pairs of other to gdbm, overwriting entries with duplicate keys with those from other. other must have an #each_pair method.
Please login to continue.