Flowdock
hash() public

No documentation

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

Hide source
VALUE
rb_obj_hash(VALUE obj)
{
    VALUE oid = rb_obj_id(obj);
    st_index_t h = rb_hash_end(rb_hash_start(NUM2LONG(oid)));
    return LONG2FIX(h);
}
Register or log in to add new notes.