1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix experimental marker [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-07-14 14:33:28 +09:00
parent 219643c075
commit 421dd31145
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -288,8 +288,8 @@ RubyVM::AbstractSyntaxTree::
* RubyVM::AbstractSyntaxTree.parse_file parses a given file and returns AST * RubyVM::AbstractSyntaxTree.parse_file parses a given file and returns AST
nodes. [experimental] nodes. [experimental]
* RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or method. * RubyVM::AbstractSyntaxTree.of returns AST nodes of the given proc or
experimental:: method. [experimental]
RubyVM:: RubyVM::