ruby-changes:44027
From: mrkn <ko1@a...>
Date: Thu, 8 Sep 2016 11:34:59 +0900 (JST)
Subject: [ruby-changes:44027] mrkn:r56100 (trunk): NEWS: Add Hash#transform_values
mrkn 2016-09-08 11:34:54 +0900 (Thu, 08 Sep 2016) New Revision: 56100 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56100 Log: NEWS: Add Hash#transform_values Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 56099) +++ NEWS (revision 56100) @@ -56,6 +56,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L56 * Float#ceil, Float#floor, and Float#truncate now take an optional digits, as well as Float#round. [Feature #12245] +* Hash + + * Hash#transform_values and Hash#transform_values! [Feature #12512] + * Integer * Integer#ceil, Integer#floor, and Integer#truncate now take an optional -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/