summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 3c692fcd89..a4b07925b3 100644
--- a/NEWS
+++ b/NEWS
@@ -226,17 +226,17 @@ sufficient information, see the ChangeLog file or Redmine
* Range#step now returns an instance of Enumerator::ArithmeticSequence
class rather than one of Enumerator class.
-[RubyVM::AST]
+[RubyVM::AbstractSyntaxTree]
[New methods]
- * RubyVM::AST.parse parses a given string and returns AST
+ * RubyVM::AbstractSyntaxTree.parse parses a given string and returns AST
nodes. [experimental]
- * RubyVM::AST.parse_file parses a given file and returns AST
+ * RubyVM::AbstractSyntaxTree.parse_file parses a given file and returns AST
nodes. [experimental]
- * RubyVM::AST.of returns AST nodes of the given proc or method.
+ * RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method.
[experimental]
[String]