From bea48adbcacc29cce9536977e15ceba0d65c8a02 Mon Sep 17 00:00:00 2001 From: Kuba Suder Date: Wed, 28 Jan 2026 04:48:37 +0200 Subject: [DOC] fixed pid shown in the doc comment on fork --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 19f3172cb8..006611d525 100644 --- a/process.c +++ b/process.c @@ -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: -- cgit v1.2.3