# File lib/vendor/fssm/backends/fsevents.rb, line 26 def run begin OSX.CFRunLoopRun rescue Interrupt @fsevents.each do |fsev| fsev.stop end end end