From ef524c13d96c645fd00c17267a553275adb0b106 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 23 Jun 2019 01:44:07 +0900 Subject: NEWS: Module#constant_source_location [Feature #10771] --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3