summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2019-09-26 20:25:42 +0900
committergit <svn-admin@ruby-lang.org>2019-09-26 20:25:42 +0900
commit1070456bb8ddf48be7b601daa024fe372c3c25c1 (patch)
tree0d6d22ad28fe73fc8f3e5d5afe168969a5483e1a /NEWS
parent9d0866c7d7b9cbe36a851744a37806e747e0e7a8 (diff)
* remove trailing spaces. [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d23cadde3e..9010d5dd05 100644
--- a/NEWS
+++ b/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]