method

update

v1_9_3_125 - Show latest stable - Class: SDBM
update(p1)
public

No documentation available.

static VALUE
fsdbm_update(VALUE obj, VALUE other)
{
    rb_block_call(other, rb_intern("each_pair"), 0, 0, update_i, obj);
    return obj;
}