summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdetteLamar <burdettelamar@yahoo.com>2025-03-12 14:46:51 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-03-13 21:12:08 -0400
commita4328a424bbbe3fdeefa861d5946e6258bc87260 (patch)
tree6a62653fdb061d193d30dc75e8ebec447260ab01
parent057ee25d1b5f0882615063c41d21083bd7c78415 (diff)
[DOC] Tweaks for Hash#to_hash
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12920
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
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)