diff options
| author | Kuba Suder <mackuba@users.noreply.github.com> | 2026-01-28 04:48:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-28 02:48:37 +0000 |
| commit | bea48adbcacc29cce9536977e15ceba0d65c8a02 (patch) | |
| tree | 26a2547ee68fd117717c76a25b0738aeaab4c70c | |
| parent | 5eb17ea4aae32d657c1816de64acd3ef7abb454f (diff) | |
[DOC] fixed pid shown in the doc comment on fork
| -rw-r--r-- | process.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4233,7 +4233,7 @@ rb_proc__fork(VALUE _obj) * puts "Before the fork: #{Process.pid}" * fork do * puts "In the child process: #{Process.pid}" - * end # => 382141 + * end # => 420520 * puts "After the fork: #{Process.pid}" * * Output: |
