Flowdock
method

replace

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

No documentation

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

Hide source
static VALUE
fsdbm_replace(VALUE obj, VALUE other)
{
    fsdbm_clear(obj);
    rb_block_call(other, rb_intern("each_pair"), 0, 0, update_i, obj);
    return obj;
}
Register or log in to add new notes.