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

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
This commit is contained in:
yui-knk 2018-11-08 00:36:35 +00:00
parent 7d3e758a44
commit 3038bc31de

3
NEWS
View file

@ -236,6 +236,9 @@ sufficient information, see the ChangeLog file or Redmine
* RubyVM::AST.parse_file parses a given file and returns AST * RubyVM::AST.parse_file parses a given file and returns AST
nodes. [experimental] nodes. [experimental]
* RubyVM::AST.of returns AST nodes of the given proc or method.
[experimental]
[String] [String]
[New features] [New features]