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

ruby-changes:35568

From: nobu <ko1@a...>
Date: Sat, 20 Sep 2014 11:50:14 +0900 (JST)
Subject: [ruby-changes:35568] nobu:r47650 (trunk): NEWS: quoted symbol keys

nobu	2014-09-20 11:49:24 +0900 (Sat, 20 Sep 2014)

  New Revision: 47650

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

  Log:
    NEWS: quoted symbol keys
    
    * NEWS (Language changes): add quoted symbol keys.  [Feature #4276]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 47649)
+++ NEWS	(revision 47650)
@@ -16,6 +16,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L16
 * nil/true/false
   * nil/true/false objects are frozen. [Feature #8923]
 
+* Hash literal
+  * Symbol key followed by a colon can be quoted. [Feature #4276]
+
 === Core classes updates (outstanding ones only)
 
 * Binding

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

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