36 37 38 39 40 41
# File 'lib/spring/watcher/polling.rb', line 36 def stop if @poller @poller.kill @poller = nil end end