sdbm.each_pair
sdbm.each_pair { |key, value| ... }
sdbm.each_pair { |key, value| ... }
Instance Public methods
Iterates over each key-value pair in the database.
If no block is given, returns an Enumerator.
Iterates over each key-value pair in the database.
If no block is given, returns an Enumerator.
Designed by : w10schools
service@w10schools.com
Please login to continue.