| Class | DBM |
| In: |
dbm/dbm.c
|
| Parent: | Object |
| READER | = | INT2FIX(O_RDONLY|RUBY_DBM_RW_BIT) | flags for dbm_open() | |
| WRITER | = | INT2FIX(O_RDWR|RUBY_DBM_RW_BIT) | ||
| WRCREAT | = | INT2FIX(O_RDWR|O_CREAT|RUBY_DBM_RW_BIT) | ||
| NEWDB | = | INT2FIX(O_RDWR|O_CREAT|O_TRUNC|RUBY_DBM_RW_BIT) | ||
| VERSION | = | rb_str_new2(DB_VERSION_STRING) |
ruby-doc.org is a community service provided by Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.