[DOC] Tweaks for Hash#to_hash

This commit is contained in:
BurdetteLamar 2025-03-12 14:46:51 -05:00 committed by Peter Zhu
parent 057ee25d1b
commit a4328a424b
Notes: git 2025-03-14 01:12:28 +00:00

2
hash.c
View File

@ -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)