org.jruby
Class RubyProcess

java.lang.Object
  extended by org.jruby.RubyProcess

public class RubyProcess
extends java.lang.Object

Author:
enebo

Nested Class Summary
static class RubyProcess.RubyStatus
           
 
Constructor Summary
RubyProcess()
           
 
Method Summary
static RubyModule createProcessModule(Ruby runtime)
           
static IRubyObject kill(IRubyObject recv, IRubyObject[] args)
           
static IRubyObject pid(IRubyObject recv)
           
static IRubyObject times(IRubyObject recv, Block unusedBlock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyProcess

public RubyProcess()
Method Detail

createProcessModule

public static RubyModule createProcessModule(Ruby runtime)

times

public static IRubyObject times(IRubyObject recv,
                                Block unusedBlock)

pid

public static IRubyObject pid(IRubyObject recv)

kill

public static IRubyObject kill(IRubyObject recv,
                               IRubyObject[] args)
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2007 JRuby Team. All Rights Reserved.