Type:
Class
Constants:
VERSION : "0.1"

YAML + DBM = YDBM

YAML::DBM provides the same interface as ::DBM.

However, while DBM only allows strings for both keys and values, this library allows one to use most Ruby objects for values by first converting them to YAML. Keys must be strings.

Conversion to and from YAML is performed automatically.

See the documentation for ::DBM and ::YAML for more information.

each

each() Instance Public methods Alias for:

2015-06-14 09:43:25
replace

replace( hsh ) Instance Public methods Replaces the contents of the database

2015-06-14 10:13:44