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

Indent as a code block [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-10-26 04:46:24 +00:00
parent c9d720b873
commit 7cc758f7a8

2
NEWS
View file

@ -34,7 +34,7 @@ sufficient information, see the ChangeLog file or Redmine
* "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)