Returns:
53 54 55 56 57
# File 'lib/chromium.rb', line 53 def running? Process.getpgid(@pid) && true rescue Errno::ESRCH false end