Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`

This commit is contained in:
Benoit Daloze 2019-12-14 12:26:30 +01:00
Родитель b4b22b9278
Коммит 9e02568363
1 изменённых файлов: 1 добавлений и 1 удалений

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