mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Improve highlighting in RubyVM::AbstractSyntaxTree docs when using ri
This commit is contained in:
parent
b4b22b9278
commit
9e02568363
1 changed files with 1 additions and 1 deletions
2
ast.rb
2
ast.rb
|
@ -15,7 +15,7 @@ class RubyVM
|
|||
# access children nodes by name, etc.
|
||||
#
|
||||
# If you are looking for a stable API or an API working under multiple Ruby
|
||||
# implementations, consider using the +parser+ gem or Ripper. If you would
|
||||
# implementations, consider using the _parser_ gem or Ripper. If you would
|
||||
# like to make RubyVM::AbstractSyntaxTree stable, please join the discussion
|
||||
# at https://bugs.ruby-lang.org/issues/14844.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue