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 --- range.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'range.c') diff --git a/range.c b/range.c index f522a8ae41..b4a2bd40ed 100644 --- a/range.c +++ b/range.c @@ -250,6 +250,8 @@ range_eql(VALUE range, VALUE obj) * Compute a hash-code for this range. Two ranges with equal * begin and end points (using eql?), and the same * #exclude_end? value will generate the same hash-code. + * + * See also Object#hash. */ static VALUE -- cgit v1.2.3