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

ruby-changes:15433

From: marcandre <ko1@a...>
Date: Wed, 14 Apr 2010 08:30:47 +0900 (JST)
Subject: [ruby-changes:15433] Ruby:r27330 (ruby_1_8): * NEWS: Small fixes

marcandre	2010-04-14 08:30:35 +0900 (Wed, 14 Apr 2010)

  New Revision: 27330

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

  Log:
    * NEWS: Small fixes

  Modified files:
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 27329)
+++ ruby_1_8/NEWS	(revision 27330)
@@ -44,17 +44,17 @@
 
 * builtin classes
 
-  * Array#try_convert()
-  * Hash#try_convert()
-  * IO#try_convert()
-  * Regexp#try_convert()
-  * String#try_convert()
+  * Array#try_convert
+  * Hash#try_convert
+  * IO#try_convert
+  * Regexp#try_convert
+  * String#try_convert
 
     New methods.
 
   * Array#sample
 
-    New method with which replaces #choice.
+    New method which replaces #choice.
 
   * Enumerable#each_entry
 
@@ -203,9 +203,9 @@
   Set#classify
   Set#collect!
   Set#delete_if
-  Set#delete_if
   Set#divide
   Set#reject!
+  SortedSet#delete_if
 
     Return an enumerator if no block is given.
 
@@ -226,14 +226,14 @@
   * 0.2.4 -> 0.2.7.
 
   * RSS::Maker.make
-    * raise an exception not returns nil for invalid feed making.
+    * raise an exception instead of returning nil for invalid feed making.
     * requires block.
 
   * RSS::Maker.[]
     * new method to return maker class.
 
   * RSS::Maker.supported?(version)
-    * new method to check whether given version is supported.
+    * new method to check if given version is supported.
 
   * RSS::Maker: item.guid.permanent_link?
     * new alias of item.guid.isPermaLink

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

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