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

ruby-changes:11005

From: akr <ko1@a...>
Date: Tue, 24 Feb 2009 20:00:32 +0900 (JST)
Subject: [ruby-changes:11005] Ruby:r22595 (trunk): rdoc update.

akr	2009-02-24 20:00:24 +0900 (Tue, 24 Feb 2009)

  New Revision: 22595

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22595

  Log:
    rdoc update.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 22594)
+++ process.c	(revision 22595)
@@ -929,6 +929,8 @@
  *  know the result.  If specified _pid_ is not a valid child process
  *  ID, the thread returns +nil+ immediately.
  *
+ *  The waiting thread has <code>pid</code> method which returns the pid.
+ *
  *  In this first example, we don't reap the first child process, so
  *  it appears as a zombie in the process status display.
  *

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

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