[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:
kazu 2017-12-12 15:01:02 +00:00
Родитель f6a1ad41db
Коммит b9253be504
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.