private Method

Killer.find_processes

There's no documentation for this item.

Source Code

# File commands/process/reaper.rb, line 73
def find_processes
  files = pid_files
  if files.empty?
    find_processes_via_grep
  else
    files.collect { |pid_file| File.read(pid_file).to_i }
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.