Method: PidFile#locktime

Defined in:
lib/pidfile.rb

#locktimeObject

returns the modification time of the pidfile



75
76
77
# File 'lib/pidfile.rb', line 75

def locktime
  File.mtime(self.pidpath)
end