зеркало из https://github.com/github/ruby.git
[DOC] Fix docs rendering for Process._fork [ci skip]
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Родитель
aa7c4c37d7
Коммит
b563f12297
|
@ -4349,8 +4349,8 @@ rb_call_proc__fork(void)
|
|||
* Process._fork -> integer
|
||||
*
|
||||
* An internal API for fork. Do not call this method directly.
|
||||
* Currently, this is called via +Kernel.#fork+, +Process.fork+, and
|
||||
* +popen+ with +"-"+.
|
||||
* Currently, this is called via Kernel#fork, Process.fork, and
|
||||
* IO.popen with <tt>"-"</tt>.
|
||||
*
|
||||
* This method is not for casual code but for application monitoring
|
||||
* libraries. You can add custom code before and after fork events
|
||||
|
|
Загрузка…
Ссылка в новой задаче