mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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
1 changed files with 2 additions and 0 deletions
2
hash.c
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue