aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-29 22:49:44 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-09-29 22:49:44 +0900
commitcece71b46708d69c74583d48478ea4d0401bb746 (patch)
tree9f757ee1a3d725d15a256ab4507154e63b247622 /hash.c
parentd23d2f3f6fbb5d787b0dd80675c489a692be23e2 (diff)
downloadruby-cece71b46708d69c74583d48478ea4d0401bb746.tar.gz
Add call-seq of [Feature #16274]
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 15c839c968..c496ca6d6d 100644
--- a/hash.c
+++ b/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: