aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'object.c')
-rw-r--r--object.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/object.c b/object.c
index 240b4f54d2..2fdbe4ec45 100644
--- a/object.c
+++ b/object.c
@@ -146,6 +146,9 @@ rb_obj_equal(VALUE obj1, VALUE obj2)
}
/*
+ * call-seq:
+ * obj.hash -> fixnum
+ *
* Generates a Fixnum hash value for this object. This function must have the
* property that <code>a.eql?(b)</code> implies <code>a.hash == b.hash</code>.
*