ruby-changes:51330
From: yui-knk <ko1@a...>
Date: Thu, 31 May 2018 15:26:08 +0900 (JST)
Subject: [ruby-changes:51330] yui-knk:r63536 (trunk): NEWS: Add RubyVM::AST
yui-knk 2018-05-31 15:25:58 +0900 (Thu, 31 May 2018) New Revision: 63536 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63536 Log: NEWS: Add RubyVM::AST Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 63535) +++ NEWS (revision 63536) @@ -120,6 +120,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L120 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/