From 0fb505d2420d5be730ffde1cf57696126a24bc0f Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 27 Sep 2018 10:15:05 +0000 Subject: [PATCH] NEWS: Replace tab with spaces [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 12 ++++++------ 1 file 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: