mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[DOC] Process.last_status may return nil
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f6a1ad41db
commit
b9253be504
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ rb_last_status_get(void)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* Process.last_status -> Process::Status
|
||||
* Process.last_status -> Process::Status or nil
|
||||
*
|
||||
* Return the status of the last executed child process in the
|
||||
* current thread.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue