summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-27 10:15:05 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-27 10:15:05 +0000
commit0fb505d2420d5be730ffde1cf57696126a24bc0f (patch)
tree098d67aeae208f83ca486f798cb635ba751819b5 /NEWS
parent00e210909cd1a8b56d401ff29262bc1139ac0f14 (diff)
NEWS: Replace tab with spaces
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0d5371eb09..99e4c70d14 100644
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
* `Array#to_h` now maps elements to new keys and values by the
- block if given. [Feature #15143]
+ block if given. [Feature #15143]
* Aliased methods:
@@ -82,7 +82,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
* `Enumerable#to_h` now maps elements to new keys and values
- by the block if given. [Feature #15143]
+ by the block if given. [Feature #15143]
* Aliased methods:
@@ -108,7 +108,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
* `ENV.to_h` now maps names and values to new keys and values
- by the block if given. [Feature #15143]
+ by the block if given. [Feature #15143]
* `Exception`
@@ -125,7 +125,7 @@ sufficient information, see the ChangeLog file or Redmine
arguments. [Feature #15111]
* `Hash#to_h` now maps keys and values to new keys and values
- by the block if given. [Feature #15143]
+ by the block if given. [Feature #15143]
* Aliased methods:
@@ -221,7 +221,7 @@ sufficient information, see the ChangeLog file or Redmine
* `Range#===` now uses `#cover?` instead of `#include?` method.
[Feature #14575]
- * `Range#cover?` now accepts Range object. [Feature #14473]
+ * `Range#cover?` now accepts Range object. [Feature #14473]
* `Range#step` now returns an instance of
`Enumerator::ArithmeticSequence` class rather than one of
`Enumerator` class.
@@ -248,7 +248,7 @@ sufficient information, see the ChangeLog file or Redmine
* Modified methods:
* `Struct#to_h` now maps keys and values to new keys and values
- by the block if given. [Feature #15143]
+ by the block if given. [Feature #15143]
* Aliased method: