# File lib/vendor/darwin/lib/rb-fsevent/fsevent.rb, line 47 def stop if pipe Process.kill("KILL", pipe.pid) pipe.close end rescue IOError ensure @pipe = @running = nil end