From 9e82c4f1c18ff796629fd4ba9365462c276306c9 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Thu, 31 May 2018 06:25:58 +0000 Subject: NEWS: Add RubyVM::AST git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 6673ed8eae..3650f12604 100644 --- a/NEWS +++ b/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] -- cgit v1.2.3