aboutsummaryrefslogtreecommitdiffstats
path: root/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c4
1 files changed, 4 insertions, 0 deletions
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