Method: Eye::Process::System#load_pid_from_file
- Defined in:
- lib/eye/process/system.rb
#load_pid_from_file ⇒ Object
5 6 7 |
# File 'lib/eye/process/system.rb', line 5 def load_pid_from_file File.read(self[:pid_file_ex]).to_i rescue nil end |