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

ruby-changes:15268

From: marcandre <ko1@a...>
Date: Thu, 1 Apr 2010 23:55:45 +0900 (JST)
Subject: [ruby-changes:15268] Ruby:r27152 (trunk): * NEWS: Update new methods

marcandre	2010-04-01 23:53:44 +0900 (Thu, 01 Apr 2010)

  New Revision: 27152

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

  Log:
    * NEWS: Update new methods

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 27151)
+++ NEWS	(revision 27152)
@@ -15,9 +15,11 @@
 
   * Array
     * new method:
-      * Array#sort_by!
+      * Array#keep_if
       * Array#rotate!
       * Array#rotate
+      * Array#select!
+      * Array#sort_by!
 
     * extended methods:
       * Array#{uniq,uniq!} can take a block.
@@ -45,7 +47,9 @@
     * New methods:
       * Enumerable#join
       * Enumerable#chunk
+      * Enumerable#collect_concat
       * Enumerable#each_entry
+      * Enumerable#flat_map
       * Enumerable#slice_before
 
   * Enumerator
@@ -101,6 +105,7 @@
 
   * Kernel
     * new method:
+      * Kernel#respond_to_missing?
       * Kernel#singleton_class
 
   * MatchData

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

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