returns the modification time of the pidfile
75 76 77
# File 'lib/pidfile.rb', line 75 def locktime File.mtime(self.pidpath) end