From 7cc758f7a84f8207e8e589d3cb8a8cbc813cfd88 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Oct 2018 04:46:24 +0000 Subject: Indent as a code block [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index dfeca52e56..dc8f772e78 100644 --- a/NEWS +++ b/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) -- cgit v1.2.3