1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix NEWS about Symbol GC

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2014-03-27 05:42:57 +00:00
parent 949f1160d6
commit 7c9f1aa3d5

4
NEWS
View file

@ -24,8 +24,8 @@ with all sufficient information, see the ChangeLog file.
* 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)