diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-09-29 22:49:44 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2020-09-29 22:49:44 +0900 |
commit | cece71b46708d69c74583d48478ea4d0401bb746 (patch) | |
tree | 9f757ee1a3d725d15a256ab4507154e63b247622 /hash.c | |
parent | d23d2f3f6fbb5d787b0dd80675c489a692be23e2 (diff) |
Add call-seq of [Feature #16274]
Diffstat (limited to 'hash.c')
-rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |