class Daemons::Pid
def cleanup
def cleanup end
def exist?
def exist? true end
def initialize
def initialize end
def pid
def pid end
def pid=(p)
def pid=(p) end
def running?
def running? return Pid.running?(pid()) end
def cleanup end
def exist? true end
def initialize end
def pid end
def pid=(p) end
def running? return Pid.running?(pid()) end