summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-08 00:36:35 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-08 00:36:35 +0000
commit3038bc31dec9911c88d90781b32376d43297d435 (patch)
treee9f5dc504617dfab58f18203e90249aaf7781494
parent7d3e758a44f3e86669726a20bfac8528ef6d9315 (diff)
NEWS: Add `RubyVM::AST.of` to NEWS [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47d3eff93b..3c692fcd89 100644
--- a/NEWS
+++ b/NEWS
@@ -236,6 +236,9 @@ sufficient information, see the ChangeLog file or Redmine
* RubyVM::AST.parse_file parses a given file and returns AST
nodes. [experimental]
+ * RubyVM::AST.of returns AST nodes of the given proc or method.
+ [experimental]
+
[String]
[New features]