method

index

v2_4_6 - Show latest stable - Class: DBM
index(p1)
public

No documentation available.

static VALUE
fdbm_index(VALUE hash, VALUE value)
{
    rb_warn("DBM#index is deprecated; use DBM#key");
    return fdbm_key(hash, value);
}