ruby-changes:52652
From: kazu <ko1@a...>
Date: Thu, 27 Sep 2018 19:15:11 +0900 (JST)
Subject: [ruby-changes:52652] kazu:r64864 (trunk): NEWS: Replace tab with spaces
kazu 2018-09-27 19:15:05 +0900 (Thu, 27 Sep 2018) New Revision: 64864 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64864 Log: NEWS: Replace tab with spaces [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 64863) +++ NEWS (revision 64864) @@ -47,7 +47,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L47 * 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 ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L82 * 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 ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L108 * 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 ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L125 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 ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L221 * `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 ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L248 * 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/