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