sdbm.delete_if { |key, value| ... } â self
Instance Public methods
Iterates over the key-value pairs in the database, deleting those for which
the block returns true
.
Iterates over the key-value pairs in the database, deleting those for which
the block returns true
.
Please login to continue.