ruby-changes:53156
From: nobu <ko1@a...>
Date: Fri, 26 Oct 2018 13:46:30 +0900 (JST)
Subject: [ruby-changes:53156] nobu:r65370 (trunk): Indent as a code block [ci skip]
nobu 2018-10-26 13:46:24 +0900 (Fri, 26 Oct 2018) New Revision: 65370 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65370 Log: Indent as a code block [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 65369) +++ NEWS (revision 65370) @@ -34,7 +34,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L34 * "shadowing outer local variable" warning was removed. [Feature #12490] You can now write the following without warning. - user = User.all.find {|user| cond(user) } + user = User.all.find {|user| cond(user) } === Core classes updates (outstanding ones only) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/