Ruby YAML::DBM Functions
EditRocket provides the following information on YAML::DBM functions in the Ruby source code builder.
delete( key ) -
delete_if() -
each() - "Alias for #each_pair"
each_pair() -
each_value() -
fetch( keystr, ifnone = nil ) -
has_value?( val ) -
index( keystr ) -
invert() -
reject() -
replace( hsh ) -
select( *keys ) -
shift() -
store( key, val ) -
to_a() -
to_hash() -
update( hsh ) -
values() -
values_at( *keys ) -