From: nobu@... Date: 2014-12-29T05:27:51+00:00 Subject: [ruby-core:67197] [ruby-trunk - Bug #10671] [Closed] Update documentation for literal syntax to reflect the fact that symbols are GC-ed Issue #10671 has been updated by Nobuyoshi Nakada. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r49056. ---------- literals.rdoc: Update for symbol literals * doc/syntax/literals.rdoc (Symbols): now Symbols created by interpolation can be garbage collected. patch by Yihang Ho in [ruby-core:67194]. [Bug #10671] [ci skip] ---------------------------------------- Bug #10671: Update documentation for literal syntax to reflect the fact that symbols are GC-ed https://bugs.ruby-lang.org/issues/10671#change-50675 * Author: Yihang Ho * Status: Closed * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: current: 2.2.0 * ruby -v: 2.2.0 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- The existing doc warns that symbols are not GC-ed. However, this is not true anymore for 2.2. ---Files-------------------------------- ruby-changes.patch (483 Bytes) -- https://bugs.ruby-lang.org/