From fc23374f060722b944b89da264a58406bd4cefb2 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Mar 2014 01:27:43 +0000 Subject: [DOC] add links to `Object#hash` add links to `Object#hash` to each #`hash` methods rdocs. [Fixes GH-567] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- hash.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hash.c') diff --git a/hash.c b/hash.c index ccc0d448f1..0023e84b1a 100644 --- a/hash.c +++ b/hash.c @@ -2010,6 +2010,8 @@ hash_i(VALUE key, VALUE val, VALUE arg) * * Compute a hash-code for this hash. Two hashes with the same content * will have the same hash code (and will compare using eql?). + * + * See also Object#hash. */ static VALUE -- cgit v1.2.3