# File lib/rb-fsevent/fsevent.rb, line 99 def process_running?(pid) begin Process.kill(0, pid) true rescue Errno::ESRCH false end end