summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-29 03:56:22 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-29 03:56:22 +0000
commitd993e38f1898a2edf29f304c8aa3b34aceb34c35 (patch)
treeee31cd1b5d6517811baa2c3d19c3b6b2dab0ae26 /bignum.c
parenta5a5ac6c9257d646d1a53affe76ce11e811f943c (diff)
Add RDoc for Kernel global functions, tidy array and error
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c7
1 files changed, 7 insertions, 0 deletions
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;