method
reject
v1_9_3_392 -
Show latest stable
- Class:
SDBM
reject()public
No documentation available.
static VALUE
fsdbm_reject(VALUE obj)
{
return rb_hash_delete_if(fsdbm_to_hash(obj));
} reject()No documentation available.
static VALUE
fsdbm_reject(VALUE obj)
{
return rb_hash_delete_if(fsdbm_to_hash(obj));
}