Add call-seq of [Feature #16274]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-09-29 22:49:44 +09:00
parent d23d2f3f6f
commit cece71b467
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

1
hash.c
View File

@ -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: