[DOC] Fix docs rendering for Process._fork [ci skip]
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
parent
aa7c4c37d7
commit
b563f12297
Notes:
git
2025-05-14 12:41:59 +00:00
Merged: https://github.com/ruby/ruby/pull/5270 Merged-By: nobu <nobu@ruby-lang.org>
@ -4349,8 +4349,8 @@ rb_call_proc__fork(void)
|
|||||||
* Process._fork -> integer
|
* Process._fork -> integer
|
||||||
*
|
*
|
||||||
* An internal API for fork. Do not call this method directly.
|
* An internal API for fork. Do not call this method directly.
|
||||||
* Currently, this is called via +Kernel.#fork+, +Process.fork+, and
|
* Currently, this is called via Kernel#fork, Process.fork, and
|
||||||
* +popen+ with +"-"+.
|
* IO.popen with <tt>"-"</tt>.
|
||||||
*
|
*
|
||||||
* This method is not for casual code but for application monitoring
|
* This method is not for casual code but for application monitoring
|
||||||
* libraries. You can add custom code before and after fork events
|
* libraries. You can add custom code before and after fork events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user