From a4328a424bbbe3fdeefa861d5946e6258bc87260 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 12 Mar 2025 14:46:51 -0500 Subject: [PATCH] [DOC] Tweaks for Hash#to_hash --- hash.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hash.c b/hash.c index 041f7d428b..a984a7df9e 100644 --- a/hash.c +++ b/hash.c @@ -3546,6 +3546,8 @@ rb_hash_inspect(VALUE hash) * to_hash -> self * * Returns +self+. + * + * Related: see {Methods for Converting}[rdoc-ref:Hash@Methods+for+Converting]. */ static VALUE rb_hash_to_hash(VALUE hash)