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

ruby-changes:17125

From: knu <ko1@a...>
Date: Sat, 28 Aug 2010 10:04:53 +0900 (JST)
Subject: [ruby-changes:17125] Ruby:r29125 (ruby_1_8): The looser splat operator was backed out.

knu	2010-08-28 10:04:44 +0900 (Sat, 28 Aug 2010)

  New Revision: 29125

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

  Log:
    The looser splat operator was backed out.

  Modified files:
    branches/ruby_1_8/NEWS

Index: ruby_1_8/NEWS
===================================================================
--- ruby_1_8/NEWS	(revision 29124)
+++ ruby_1_8/NEWS	(revision 29125)
@@ -15,13 +15,6 @@
 
   Empty symbol (:"") is allowed.
 
-* looser splat opetator
-
-  You can write things like:
-    x, *y, z = a, *b, c
-    def foo(a, b=1, *c, d); end
-  But when you evaluate them, you will get exceptions.
-
 * new hash immediates
 
   Ruby 1.9 style hash syntax e.g. { key: value } is now also supported

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

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