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.

store

store( key, value ) Instance Public methods Stores value in database

2015-06-14 10:27:41
replace

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

2015-06-14 10:13:44