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

ruby-changes:15164

From: kazu <ko1@a...>
Date: Thu, 25 Mar 2010 18:12:04 +0900 (JST)
Subject: [ruby-changes:15164] Ruby:r27044 (trunk): * NEWS: Array#{uniq,uniq!} can take a block. see

kazu	2010-03-25 18:11:47 +0900 (Thu, 25 Mar 2010)

  New Revision: 27044

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

  Log:
    * NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27043)
+++ ChangeLog	(revision 27044)
@@ -1,3 +1,7 @@
+Thu Mar 25 18:10:08 2010  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: Array#{uniq,uniq!} can take a block. see [ruby-dev:37998]
+
 Thu Mar 25 17:21:49 2010  Kazuhiro NISHIYAMA  <zn@m...>
 
 	* NEWS: add IO#autoclose=, IO#autoclose?, IO#codepoints,
Index: NEWS
===================================================================
--- NEWS	(revision 27043)
+++ NEWS	(revision 27044)
@@ -19,6 +19,9 @@
       * Array#rotate!
       * Array#rotate
 
+    * extended methods:
+      * Array#{uniq,uniq!} can take a block.
+
   * Dir
     * new method:
       * Dir.home

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

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