Index: doc/syntax/literals.rdoc =================================================================== --- doc/syntax/literals.rdoc (revision 49054) +++ doc/syntax/literals.rdoc (working copy) @@ -199,9 +199,6 @@ :"my_symbol1" :"my_symbol#{1 + 1}" -Note that symbols are never garbage collected so be careful when referencing -symbols using interpolation. - Like strings, a single-quote may be used to disable interpolation: :'my_symbol#{1 + 1}' #=> :"my_symbol\#{1 + 1}"