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

ruby-changes:35694

From: nobu <ko1@a...>
Date: Sat, 4 Oct 2014 00:09:55 +0900 (JST)
Subject: [ruby-changes:35694] nobu:r47776 (trunk): NEWS: mentioned about [Bug #9593]

nobu	2014-10-04 00:09:48 +0900 (Sat, 04 Oct 2014)

  New Revision: 47776

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

  Log:
    NEWS: mentioned about [Bug #9593]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 47775)
+++ NEWS	(revision 47776)
@@ -19,6 +19,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L19
 * Hash literal
   * Symbol key followed by a colon can be quoted. [Feature #4276]
 
+* default argument
+  fixed a very longstanding bug that an optional argument was not
+  accessible in its default value expression.  [Bug #9593]
+
 === Core classes updates (outstanding ones only)
 
 * Binding

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

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