mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Class' and 'Module' from RDoc's autolinking
This commit is contained in:
parent
b4ec22fe6c
commit
e433e6515e
Notes:
git
2025-01-02 05:23:06 +00:00
24 changed files with 44 additions and 42 deletions
|
@ -8762,7 +8762,7 @@ proc_warmup(VALUE _)
|
|||
/*
|
||||
* Document-module: Process
|
||||
*
|
||||
* \Module +Process+ represents a process in the underlying operating system.
|
||||
* Module +Process+ represents a process in the underlying operating system.
|
||||
* Its methods support management of the current process and its child processes.
|
||||
*
|
||||
* == Process Creation
|
||||
|
@ -8782,7 +8782,7 @@ proc_warmup(VALUE _)
|
|||
* returns +true+, +false+, or +nil+.
|
||||
* - Method Kernel#` executes a given command-line (string) in a subshell;
|
||||
* returns its $stdout string.
|
||||
* - \Module Open3 supports creating child processes
|
||||
* - Module Open3 supports creating child processes
|
||||
* with access to their $stdin, $stdout, and $stderr streams.
|
||||
*
|
||||
* === Execution Environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue