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

ruby-changes:11062

From: knu <ko1@a...>
Date: Fri, 27 Feb 2009 17:42:01 +0900 (JST)
Subject: [ruby-changes:11062] Ruby:r22657 (ruby_1_8): Rephrase a confusing entry and fix a minor nit.

knu	2009-02-27 17:41:56 +0900 (Fri, 27 Feb 2009)

  New Revision: 22657

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

  Log:
    Rephrase a confusing entry and fix a minor nit.

  Modified files:
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 22656)
+++ ruby_1_8/NEWS	(revision 22657)
@@ -209,7 +209,7 @@
   * Array#flatten
   * Array#flatten!
 
-    Takes an optional argument that determines the level of recursion
+    Take an optional argument that determines the level of recursion
     to flatten.
 
   * Array#eql?
@@ -222,7 +222,7 @@
   * Array#index
   * Array#rindex
 
-    Take a block instead of an argument.
+    Use a given block if no argument is given.
 
   * Array#collect!
   * Array#map!

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

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