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