diff options
| author | BurdetteLamar <burdettelamar@yahoo.com> | 2025-03-12 14:46:51 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-03-13 21:12:08 -0400 |
| commit | a4328a424bbbe3fdeefa861d5946e6258bc87260 (patch) | |
| tree | 6a62653fdb061d193d30dc75e8ebec447260ab01 | |
| parent | 057ee25d1b5f0882615063c41d21083bd7c78415 (diff) | |
[DOC] Tweaks for Hash#to_hash
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12920
| -rw-r--r-- | hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
