[前][次][番号順一覧][スレッド一覧]

ruby-changes:59246

From: Benoit <ko1@a...>
Date: Sat, 14 Dec 2019 20:27:14 +0900 (JST)
Subject: [ruby-changes:59246] 9e02568363 (master): Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`

https://git.ruby-lang.org/ruby.git/commit/?id=9e02568363

From 9e0256836370d6294114320f1b5fa9b3b16b8ae2 Mon Sep 17 00:00:00 2001
From: Benoit Daloze <eregontp@g...>
Date: Sat, 14 Dec 2019 12:26:30 +0100
Subject: Improve highlighting in RubyVM::AbstractSyntaxTree docs when using
 `ri`


diff --git a/ast.rb b/ast.rb
index 28165d8..1fedf76 100644
--- a/ast.rb
+++ b/ast.rb
@@ -15,7 +15,7 @@ class RubyVM https://github.com/ruby/ruby/blob/trunk/ast.rb#L15
   # 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.
   #
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]