ruby-changes:53399
From: yui-knk <ko1@a...>
Date: Thu, 8 Nov 2018 09:36:40 +0900 (JST)
Subject: [ruby-changes:53399] yui-knk:r65615 (trunk): NEWS: Add `RubyVM::AST.of` to NEWS [ci skip]
yui-knk 2018-11-08 09:36:35 +0900 (Thu, 08 Nov 2018) New Revision: 65615 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65615 Log: NEWS: Add `RubyVM::AST.of` to NEWS [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 65614) +++ NEWS (revision 65615) @@ -236,6 +236,9 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L236 * 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] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/