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

Array#sum described.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2016-04-13 14:55:18 +00:00
parent 30d7fb3791
commit 8574a372a0

2
NEWS
View file

@ -25,6 +25,8 @@ with all sufficient information, see the ChangeLog file or Redmine
Enumerable#max and call max to an Array, your redefinition will be
now ignored. You should also redefine Array#max.
* Array#sum [Feature #12217]
* Dir
* Dir.empty?. [Feature #10121]