summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-23 01:44:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-23 01:46:38 +0900
commitef524c13d96c645fd00c17267a553275adb0b106 (patch)
treea70b16629f5525595873c202f9205f49267367ab
parent93843830198ba436e2ea21a60a11758d47cf521b (diff)
NEWS: Module#constant_source_location
[Feature #10771]
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4e943d9e1..10fd860ec5 100644
--- a/NEWS
+++ b/NEWS
@@ -125,6 +125,11 @@ Integer::
Module::
+ New method::
+
+ * Added Module#const_source_location to retreive the location where a
+ constant is defined. [Feature #10771]
+
Modified method::
* Module#autoload? now takes an +inherit+ optional argument, like as