1
0
Fork 0
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:
Benoit Daloze 2019-12-14 12:26:30 +01:00
parent b4b22b9278
commit 9e02568363

2
ast.rb
View file

@ -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.
#