Flowdock
method

close

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: SDBM
close() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
fsdbm_close(VALUE obj)
{
    struct dbmdata *dbmp;

    GetDBM(obj, dbmp);
    sdbm_close(dbmp->di_dbm);
    dbmp->di_dbm = 0;

    return Qnil;
}
Register or log in to add new notes.