ruby-changes:33368
From: nari <ko1@a...>
Date: Thu, 27 Mar 2014 14:43:04 +0900 (JST)
Subject: [ruby-changes:33368] nari:r45447 (trunk): [DOC] Fix NEWS about Symbol GC
nari 2014-03-27 14:42:57 +0900 (Thu, 27 Mar 2014) New Revision: 45447 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45447 Log: [DOC] Fix NEWS about Symbol GC Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 45446) +++ NEWS (revision 45447) @@ -24,8 +24,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L24 * New methods * Symbol.find(str) returns whether given string is defined as symbol or not. * Improvements - * Most symbols in Ruby level are GC-able (generated by String#to_sym and - String#intern) + * Most symbols which are returned by String#to_sym and + String#intern are GC-able. === Core classes compatibility issues (excluding feature bug fixes) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/