mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Method' from RDoc's autolinking
This commit is contained in:
parent
d441d35107
commit
b4ec22fe6c
Notes:
git
2025-01-02 05:23:07 +00:00
20 changed files with 70 additions and 71 deletions
|
@ -8778,9 +8778,9 @@ proc_warmup(VALUE _)
|
|||
*
|
||||
* In addition:
|
||||
*
|
||||
* - \Method Kernel#system executes a given command-line (string) in a subshell;
|
||||
* - Method Kernel#system executes a given command-line (string) in a subshell;
|
||||
* returns +true+, +false+, or +nil+.
|
||||
* - \Method Kernel#` executes a given command-line (string) in a subshell;
|
||||
* - Method Kernel#` executes a given command-line (string) in a subshell;
|
||||
* returns its $stdout string.
|
||||
* - \Module Open3 supports creating child processes
|
||||
* with access to their $stdin, $stdout, and $stderr streams.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue