From d50547c22c5a884d90d434adef20a9217d88da22 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 29 Dec 2003 03:56:22 +0000 Subject: Add RDoc for Kernel global functions, tidy array and error git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 6155ec71cf..237ba96e86 100644 --- a/bignum.c +++ b/bignum.c @@ -1916,6 +1916,13 @@ rb_big_aref(x, y) return INT2FIX(0); } +/* + * call-seq: + * big.hash => fixnum + * + * Compute a hash based on the value of _big_. + */ + static VALUE rb_big_hash(x) VALUE x; -- cgit v1.2.3