Skip to content

Commit a4328a4

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Tweaks for Hash#to_hash
1 parent 057ee25 commit a4328a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hash.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3546,6 +3546,8 @@ rb_hash_inspect(VALUE hash)
35463546
* to_hash -> self
35473547
*
35483548
* Returns +self+.
3549+
*
3550+
* Related: see {Methods for Converting}[rdoc-ref:Hash@Methods+for+Converting].
35493551
*/
35503552
static VALUE
35513553
rb_hash_to_hash(VALUE hash)

0 commit comments

Comments
 (0)