gdbm.each_pair { |key, value| block } â gdbm
Instance Public methods
Executes block for each key in the database, passing the key and the correspoding value as a parameter.
Executes block for each key in the database, passing the key and the correspoding value as a parameter.
Please login to continue.