[前][次][番号順一覧][スレッド一覧]

ruby-changes:47254

From: kazu <ko1@a...>
Date: Wed, 19 Jul 2017 23:00:03 +0900 (JST)
Subject: [ruby-changes:47254] kazu:r59369 (trunk): NEWS: Add Hash#transform_keys and Hash#transform_keys!

kazu	2017-07-19 22:59:58 +0900 (Wed, 19 Jul 2017)

  New Revision: 59369

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59369

  Log:
    NEWS: Add Hash#transform_keys and Hash#transform_keys!
    
    [Feature #13583] [ruby-core:81290] [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 59368)
+++ NEWS	(revision 59369)
@@ -36,6 +36,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L36
 
   * :newline option to File.open implies text mode now.  [Bug #13350]
 
+* Hash
+
+  * Hash#transform_keys  [Feature #13583]
+  * Hash#transform_keys!  [Feature #13583]
+
 * Integer
 
   * Integer.sqrt  [Feature #13219]

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]