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

ruby-changes:32465

From: marcandre <ko1@a...>
Date: Fri, 10 Jan 2014 02:34:06 +0900 (JST)
Subject: [ruby-changes:32465] marcandRe: r44544 (trunk): * doc/NEWS-2.1.0: Add mention for litteral.freeze

marcandre	2014-01-10 02:34:01 +0900 (Fri, 10 Jan 2014)

  New Revision: 44544

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

  Log:
    * doc/NEWS-2.1.0: Add mention for litteral.freeze

  Modified files:
    trunk/doc/NEWS-2.1.0
Index: doc/NEWS-2.1.0
===================================================================
--- doc/NEWS-2.1.0	(revision 44543)
+++ doc/NEWS-2.1.0	(revision 44544)
@@ -114,6 +114,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.1.0#L114
     * Process.clock_getres
 
 * String
+  * "literal".freeze is now optimized to return the same object
   * New methods:
     * String#scrub and String#scrub! verify and fix invalid byte sequence.
       If you want to use this function with older Ruby,

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

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