sdbm.reject { |key, value| ... } â Hash
Instance Public methods
Creates a new Hash using the key-value pairs from
the database, then calls Hash#reject with the given block,
which returns a Hash with only the key-value pairs
for which the block returns false
.
Please login to continue.