aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 14:55:18 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-13 14:55:18 +0000
commit8574a372a03c418aa3dbfd9cd20acd252d3b3cbc (patch)
tree7ec7e8c47a1002890c9ac355998a303689d2982f
parent30d7fb3791b83ed76651aef5edd12832c504afbb (diff)
downloadruby-8574a372a03c418aa3dbfd9cd20acd252d3b3cbc.tar.gz
Array#sum described.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 55312f4647..6db0b7d078 100644
--- a/NEWS
+++ b/NEWS
@@ -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]