[前][次][番号順一覧][スレッド一覧]

ruby-changes:49057

From: kazu <ko1@a...>
Date: Wed, 13 Dec 2017 00:01:06 +0900 (JST)
Subject: [ruby-changes:49057] kazu:r61172 (trunk): [DOC] Process.last_status may return nil

kazu	2017-12-13 00:01:02 +0900 (Wed, 13 Dec 2017)

  New Revision: 61172

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61172

  Log:
    [DOC] Process.last_status may return nil
    
    [ci skip]

  Modified files:
    trunk/process.c
Index: process.c
===================================================================
--- process.c	(revision 61171)
+++ process.c	(revision 61172)
@@ -474,7 +474,7 @@ rb_last_status_get(void) https://github.com/ruby/ruby/blob/trunk/process.c#L474
 
 /*
  *  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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]