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

ruby-changes:42493

From: akr <ko1@a...>
Date: Wed, 13 Apr 2016 22:58:41 +0900 (JST)
Subject: [ruby-changes:42493] akr:r54567 (trunk): Array#sum described.

akr	2016-04-13 23:55:18 +0900 (Wed, 13 Apr 2016)

  New Revision: 54567

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

  Log:
    Array#sum described.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 54566)
+++ NEWS	(revision 54567)
@@ -25,6 +25,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L25
     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]

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

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