summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 06:40:54 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 06:40:54 +0000
commit0cd28199e50039e9425f10b880c436d3ecacde0b (patch)
tree167cd97193185476d018e9f26ae512813dbc76e7 /NEWS
parent98ff2bbd7a9d033a629644a4576e5293eea3dc53 (diff)
load.c (RubyVM.resolve_feature_path): New method. [Feature #15230]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c471a8abbc..d0c4830f76 100644
--- a/NEWS
+++ b/NEWS
@@ -266,6 +266,13 @@ sufficient information, see the ChangeLog file or Redmine
* Range#step now returns an instance of Enumerator::ArithmeticSequence
class rather than one of Enumerator class.
+[RubyVM]
+
+ [New methods]
+
+ * RubyVM.resolve_feature_path identifies the file that will be loaded by
+ "require(feature)". [experimental] [Feature #15230]
+
[RubyVM::AbstractSyntaxTree]
[New methods]