summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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]