diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-06-23 01:44:07 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2019-06-23 01:46:38 +0900 |
commit | ef524c13d96c645fd00c17267a553275adb0b106 (patch) | |
tree | a70b16629f5525595873c202f9205f49267367ab /NEWS | |
parent | 93843830198ba436e2ea21a60a11758d47cf521b (diff) | |
download | bundler-ef524c13d96c645fd00c17267a553275adb0b106.tar.gz |
NEWS: Module#constant_source_location
[Feature #10771]
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |