* remove trailing spaces. [ci skip]

This commit is contained in:
git 2019-09-26 20:25:42 +09:00
Родитель 9d0866c7d7
Коммит 1070456bb8
1 изменённых файлов: 1 добавлений и 1 удалений

2
NEWS
Просмотреть файл

@ -174,7 +174,7 @@ Module::
* Module#autoload? now takes an +inherit+ optional argument, like as
Module#const_defined?. [Feature #15777]
* Module#name now always return a frozen String. The returned String is
always the same for a given Module. This change is experimental
[Feature #16150]