[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-09-27 10:15:05 +00:00
Родитель 00e210909c
Коммит 0fb505d242
1 изменённых файлов: 6 добавлений и 6 удалений

12
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: