ruby-changes:14555
From: akr <ko1@a...>
Date: Sun, 24 Jan 2010 22:20:14 +0900 (JST)
Subject: [ruby-changes:14555] Ruby:r26394 (trunk): rdoc update.
akr 2010-01-24 22:20:04 +0900 (Sun, 24 Jan 2010) New Revision: 26394 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26394 Log: rdoc update. Modified files: trunk/process.c Index: process.c =================================================================== --- process.c (revision 26393) +++ process.c (revision 26394) @@ -2607,6 +2607,8 @@ * * The thread calling fork is the only thread in the created child process. * fork doesn't copy other threads. + * + * If fork is not usable, Process.respond_to?(:fork) returns false. */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/