1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Add Hash#transform_values

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2016-09-08 02:34:54 +00:00
parent eaa0a27f61
commit 0a764c0bb1

4
NEWS
View file

@ -56,6 +56,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* 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