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 --- proc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 4b7f15a468..db4c327b7a 100644 --- a/proc.c +++ b/proc.c @@ -1067,6 +1067,8 @@ rb_hash_proc(st_index_t hash, VALUE prc) * prc.hash -> integer * * Returns a hash value corresponding to proc body. + * + * See also Object#hash. */ static VALUE @@ -1347,6 +1349,8 @@ method_eq(VALUE method, VALUE other) * meth.hash -> integer * * Returns a hash value corresponding to the method object. + * + * See also Object#hash. */ static VALUE -- cgit v1.2.3