Module Process
In: lib/serverside/core_ext.rb

Process extensions.

Methods

exists?  

Public Class methods

Checks for the existance of a process.

[Source]

     # File lib/serverside/core_ext.rb, line 98
 98:   def   selfselfself...exists?exists?exists?(pid)
 99:     getpgid(pid) && true rescue false
100:   end

[Validate]