method
delete_if
delete_if()
public
Calls the given block once for each key, value pair in the database. Deletes all entries for which the block returns true.
Returns self.
delete_if()
public
Calls the given block once for each key, value pair in the database. Deletes all entries for which the block returns true.
Returns self.