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:
parent
7d3e758a44
commit
3038bc31de
1 changed files with 3 additions and 0 deletions
3
NEWS
3
NEWS
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue