hash()
public
Compute a hash-code for this hash. Two hashes
with the same content will have the same hash
code (and will compare using eql?).
Show source
static VALUE
rb_hash_hash(VALUE hash)
{
return rb_exec_recursive_outer(recursive_hash, hash, 0);
}