# File lib/pidfile.rb, line 69 def alive? return false unless self.pid && (self.pid == Process.pid) self.class.process_exists?(self.pid) end