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

ruby-changes:71728

From: Nobuyoshi <ko1@a...>
Date: Thu, 14 Apr 2022 15:23:25 +0900 (JST)
Subject: [ruby-changes:71728] 295030969c (master): [DOC] Prefer RDOCLINK to the method name

https://git.ruby-lang.org/ruby.git/commit/?id=295030969c

From 295030969c84a4dc375c51902de9c7d614e4e5ba Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Thu, 14 Apr 2022 14:56:22 +0900
Subject: [DOC] Prefer RDOCLINK to the method name

---
 object.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/object.c b/object.c
index 3a9ce45f5c..4e79a6ac7a 100644
--- a/object.c
+++ b/object.c
@@ -4456,7 +4456,8 @@ InitVM_Object(void) https://github.com/ruby/ruby/blob/trunk/object.c#L4456
      *
      * === Subprocesses
      *
-     * - {`command`}[#method-i-60]: Returns the standard output of running +command+ in a subshell.
+     * - {\`command`}[rdoc-ref:Kernel#`]: Returns the standard output of running
+     *   +command+ in a subshell.
      * - #exec: Replaces current process with a new process.
      * - #fork: Forks the current process into two processes.
      * - #spawn: Executes the given command and returns its pid without waiting
-- 
cgit v1.2.1


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

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