Flowdock
method

reject

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

No documentation

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

Hide source
static VALUE
fsdbm_reject(VALUE obj)
{
    return rb_hash_delete_if(fsdbm_to_hash(obj));
}
Register or log in to add new notes.