1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Module#constant_source_location

[Feature #10771]
This commit is contained in:
Nobuyoshi Nakada 2019-06-23 01:44:07 +09:00
parent 9384383019
commit ef524c13d9
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

5
NEWS
View file

@ -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