stat.pid â fixnum
Instance Public methods
Returns the process ID that this status object represents.
1 2 3 | fork { exit } #=> 26569 Process.wait #=> 26569 $?.pid #=> 26569 |
Returns the process ID that this status object represents.
1 2 3 | fork { exit } #=> 26569 Process.wait #=> 26569 $?.pid #=> 26569 |
Designed by : w10schools
service@w10schools.com
Please login to continue.