summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 04:46:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-26 04:46:24 +0000
commit7cc758f7a84f8207e8e589d3cb8a8cbc813cfd88 (patch)
treeb5ef3d3251ca4895e19f95679e6d9f3f508cca24 /NEWS
parentc9d720b873f570c734b136eb639f0be117803f5c (diff)
Indent as a code block [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)