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

ruby-changes:33319

From: akr <ko1@a...>
Date: Mon, 24 Mar 2014 22:51:34 +0900 (JST)
Subject: [ruby-changes:33319] akr:r45398 (trunk): [DOC]

akr	2014-03-24 22:51:28 +0900 (Mon, 24 Mar 2014)

  New Revision: 45398

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45398

  Log:
    [DOC]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 45397)
+++ NEWS	(revision 45398)
@@ -17,10 +17,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L17
 
 * Enumerable
   * Extended methods:
-    * min
-    * min_by
-    * max
-    * max_by
+    * min, min_by, max and max_by supports optional argument to return
+      multiple elements.
+
 * Symbol
   * New methods
     * Symbol.find(str) returns whether given string is defined as symbol or not.

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

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