diff options
author | Benoit Daloze <eregontp@gmail.com> | 2019-12-14 12:26:30 +0100 |
---|---|---|
committer | Benoit Daloze <eregontp@gmail.com> | 2019-12-14 12:26:30 +0100 |
commit | 9e0256836370d6294114320f1b5fa9b3b16b8ae2 (patch) | |
tree | ffac3934fcab3af85d0237b4b429347b0c58a3d0 /ast.rb | |
parent | b4b22b9278007b106fe40c0191f8dcf5e7e8c0f2 (diff) | |
download | ruby-9e0256836370d6294114320f1b5fa9b3b16b8ae2.tar.gz |
Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`
Diffstat (limited to 'ast.rb')
-rw-r--r-- | ast.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. # |