Class

YAML::DBM

Inheritance
< ::DBM

Constants

Name   Description
VERSION = "0.1"

Methods

Instance

Visibility Signature
public [] ( key )
public []= ( key, val )
public delete ( key )
public delete_if () {|k, fetch( k )| ...}
public each ()
public each_pair () {|k, fetch( k ) }| ...}
public each_value () {|YAML::load( v ) }| ...}
public fetch ( keystr, ifnone = nil ) {|keystr| ...}
public has_value? ( val )
public index ( keystr )
public invert ()
public reject () {|k, v| ...}
public replace ( hsh )
public select ( *keys ) {|k, v| ...}
public shift ()
public store ( key, val )
public to_a ()
public to_hash ()
public update ( hsh )
public values ()
public values_at ( *keys )

Instance Method Detail

[]( key )

[]=( key, val )

delete( key )

delete_if() {|k, fetch( k )| ...}

each()

Alias for each_pair

each_pair() {|k, fetch( k ) }| ...}

each_value() {|YAML::load( v ) }| ...}

fetch( keystr, ifnone = nil ) {|keystr| ...}

has_value?( val )

index( keystr )

invert()

reject() {|k, v| ...}

replace( hsh )

select( *keys ) {|k, v| ...}

shift()

store( key, val )

to_a()

to_hash()

update( hsh )

values()

values_at( *keys )