module Process
Defined in:
Class Method Summary
.exit
(status = 0)
.fork
(&block)
.fork
.getpgid
(pid : Int32)
.kill
(signal : Signal, *pids : Int)
.pid
.ppid
.run
(command, args = nil, output = nil : IO | Bool, input = nil : String | IO)
.times
.waitpid
(pid)
Class Method Detail
def self.
exit
(status =
0
)
def self.
fork
(&block)
def self.
fork
def self.
getpgid
(pid :
Int32
)
def self.
kill
(signal :
Signal
, *pids :
Int
)
def self.
pid
def self.
ppid
def self.
run
(command, args =
nil
, output =
nil
:
IO
|
Bool
, input =
nil
:
String
|
IO
)
def self.
times
def self.
waitpid
(pid)