ri fork problem

J

Joel VanderWerf

Is this just me or is 'ri fork' not being helpful?

$ ruby -v
ruby 1.9.0 (2004-09-10) [i686-linux]
$ ri -T fork
More than one method matched your request. You can refine
your search by asking for information on one of:

Thread::fork, Process::fork, Kernel#fork
$ ri -T Process::fork
---------------------------------------------------------- Process::fork
Process.fork [{ block }] => fixnum or nil
------------------------------------------------------------------------
See +Kernel::fork+.

$ ri -T Kernel::fork
Nothing known about Kernel::fork
$ ri -T Kernel#fork
------------------------------------------------------------ Kernel#fork
Process.fork [{ block }] => fixnum or nil
------------------------------------------------------------------------
See +Kernel::fork+.


It looks like the problem is a missing 'call-seq' in process.c, for rb_fork.

(Apologies if this has been corrected in the last week.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top