From 3038bc31dec9911c88d90781b32376d43297d435 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Thu, 8 Nov 2018 00:36:35 +0000 Subject: [PATCH] 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 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 47d3eff93b..3c692fcd89 100644 --- a/NEWS +++ b/NEWS @@ -236,6 +236,9 @@ sufficient information, see the ChangeLog file or Redmine * 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]