ruby-changes:59459
From: Alan <ko1@a...>
Date: Wed, 25 Dec 2019 04:54:40 +0900 (JST)
Subject: [ruby-changes:59459] f3067deb88 (master): Revert "Add NEWS entry about Module#name performance (#2779)" (#2781)
https://git.ruby-lang.org/ruby.git/commit/?id=f3067deb88 From f3067deb88badf8d15e49d13f082284f58b2c62b Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Tue, 24 Dec 2019 14:54:20 -0500 Subject: Revert "Add NEWS entry about Module#name performance (#2779)" (#2781) This reverts commit 3e9221d94a12b54c1285923b642364acdbc31c7e. diff --git a/NEWS b/NEWS index 0588b5d..4ca1155 100644 --- a/NEWS +++ b/NEWS @@ -434,9 +434,6 @@ Module:: https://github.com/ruby/ruby/blob/trunk/NEWS#L434 * Module#autoload? now takes an +inherit+ optional argument, like Module#const_defined?. [Feature #15777] - * Module#name and Module#inspect no longer search through all defined - constants when the receiver is anonymous. [Feature #15765] - * 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/