[DOC] Tweaks for Hash#to_hash
This commit is contained in:
parent
057ee25d1b
commit
a4328a424b
Notes:
git
2025-03-14 01:12:28 +00:00
2
hash.c
2
hash.c
@ -3546,6 +3546,8 @@ rb_hash_inspect(VALUE hash)
|
|||||||
* to_hash -> self
|
* to_hash -> self
|
||||||
*
|
*
|
||||||
* Returns +self+.
|
* Returns +self+.
|
||||||
|
*
|
||||||
|
* Related: see {Methods for Converting}[rdoc-ref:Hash@Methods+for+Converting].
|
||||||
*/
|
*/
|
||||||
static VALUE
|
static VALUE
|
||||||
rb_hash_to_hash(VALUE hash)
|
rb_hash_to_hash(VALUE hash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user