From 027f4aa464f92cb4884561ef277db20f8eff5732 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Thu, 21 Aug 2025 08:37:19 -0500 Subject: [DOC] Tweaks for String#hash (#14253) --- string.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index d9d8678c71..0329d2845a 100644 --- a/string.c +++ b/string.c @@ -4133,10 +4133,8 @@ rb_str_hash_cmp(VALUE str1, VALUE str2) * call-seq: * hash -> integer * - * Returns the integer hash value for +self+. - * The value is based on the length, content and encoding of +self+. + * :include: doc/string/hash.rdoc * - * Related: Object#hash. */ static VALUE -- cgit v1.2.3