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
Родитель c9d720b873
Коммит 7cc758f7a8
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -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)