aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2019-12-24 14:54:20 -0500
committerGitHub <noreply@github.com>2019-12-24 14:54:20 -0500
commitf3067deb88badf8d15e49d13f082284f58b2c62b (patch)
tree5811125552a6c380c231e166e21035ab19e72b47
parent3e9221d94a12b54c1285923b642364acdbc31c7e (diff)
downloadruby-f3067deb88badf8d15e49d13f082284f58b2c62b.tar.gz
Revert "Add NEWS entry about Module#name performance (#2779)" (#2781)
This reverts commit 3e9221d94a12b54c1285923b642364acdbc31c7e.
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0588b5d818..4ca115517e 100644
--- a/NEWS
+++ b/NEWS
@@ -434,9 +434,6 @@ Module::
* 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]