ruby-changes:27351
From: marcandre <ko1@a...>
Date: Sat, 23 Feb 2013 08:19:56 +0900 (JST)
Subject: [ruby-changes:27351] marcandRe: r39403 (trunk): * NEWS: Add that unused variables starting with _ won't generate a warning
marcandre 2013-02-23 08:17:35 +0900 (Sat, 23 Feb 2013) New Revision: 39403 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39403 Log: * NEWS: Add that unused variables starting with _ won't generate a warning Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 39402) +++ NEWS (revision 39403) @@ -430,6 +430,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L430 * Default source encoding is changed to UTF-8. (was US-ASCII) + * No warning for unused variables starting with '_' + === Compatibility issues (excluding feature bug fixes) * Array#values_at -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/