Method: Eye::Process::System#pid_file_ctime

Defined in:
lib/eye/process/system.rb

#pid_file_ctimeObject



29
30
31
# File 'lib/eye/process/system.rb', line 29

def pid_file_ctime
  File.ctime(self[:pid_file_ex]) rescue Time.now
end