Method: Spring::Watcher::Polling#stop

Defined in:
lib/spring/watcher/polling.rb

#stopObject



36
37
38
39
40
41
# File 'lib/spring/watcher/polling.rb', line 36

def stop
  if @poller
    @poller.kill
    @poller = nil
  end
end