mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Add RubyVM::AST
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4a6aaa1e0
commit
9e82c4f1c1
1 changed files with 5 additions and 0 deletions
5
NEWS
5
NEWS
|
@ -120,6 +120,11 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
|
||||
* Range#=== now uses #cover? instead of #include? method. [Feature #14575]
|
||||
|
||||
* RubyVM::AST
|
||||
|
||||
* RubyVM::AST.parse parses a given string and returns AST nodes. [experimental]
|
||||
* RubyVM::AST.parse_file parses a given file and returns AST nodes. [experimental]
|
||||
|
||||
* String
|
||||
|
||||
* String#split yields each substring to the block if given. [Feature #4780]
|
||||
|
|
Loading…
Reference in a new issue