mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add call-seq of [Feature #16274]
This commit is contained in:
parent
d23d2f3f6f
commit
cece71b467
1 changed files with 1 additions and 0 deletions
1
hash.c
1
hash.c
|
@ -3195,6 +3195,7 @@ transform_keys_i(VALUE key, VALUE value, VALUE result)
|
|||
/*
|
||||
* call-seq:
|
||||
* hash.transform_keys {|key| ... } -> new_hash
|
||||
* hash.transform_keys(hash2) -> new_hash
|
||||
* hash.transform_keys -> new_enumerator
|
||||
*
|
||||
* Returns a new \Hash object; each entry has:
|
||||
|
|
Loading…
Add table
Reference in a new issue