ruby-changes:58371
From: Kazuhiro <ko1@a...>
Date: Wed, 23 Oct 2019 13:21:04 +0900 (JST)
Subject: [ruby-changes:58371] 5d7aef20dd (master): Trivial fixes [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=5d7aef20dd From 5d7aef20dd972a4398ad2f047710391334b14ac3 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 23 Oct 2019 13:18:48 +0900 Subject: Trivial fixes [ci skip] diff --git a/NEWS b/NEWS index 6aa4483..eb80532 100644 --- a/NEWS +++ b/NEWS @@ -228,7 +228,7 @@ Dir:: https://github.com/ruby/ruby/blob/trunk/NEWS#L228 Encoding:: - New method:: + New encoding:: * Added new encoding CESU-8 [Feature #15931] @@ -246,7 +246,7 @@ Enumerable:: https://github.com/ruby/ruby/blob/trunk/NEWS#L246 Enumerator:: - New method:: + New methods:: * Added Enumerator::Lazy#eager that generates a non-lazy enumerator from a lazy enumerator. [Feature #15901] @@ -316,15 +316,15 @@ Integer:: https://github.com/ruby/ruby/blob/trunk/NEWS#L316 NilClass / TrueClass / FalseClass:: - Modified method:: + Modified methods:: - * NilClass#to_s, TrueClass#to_s and FalseClass#to_s now always returns a + * NilClass#to_s, TrueClass#to_s and FalseClass#to_s now always return a frozen String. The returned String is always the same for each of these values. This change is experimental. [Feature #16150] Module:: - New method:: + New methods:: * Added Module#const_source_location to retrieve the location where a constant is defined. [Feature #10771] @@ -334,12 +334,12 @@ Module:: https://github.com/ruby/ruby/blob/trunk/NEWS#L334 all arguments to another method in a way that can be backwards compatible with older Ruby versions. [Bug #16154] - Modified method:: + Modified methods:: * 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 + * Module#name now always returns a frozen String. The returned String is always the same for a given Module. This change is experimental. [Feature #16150] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/