Method: FeatherWatch::Core::LinuxWatcher#stop

Defined in:
lib/feather_watch/core/linux_watcher.rb

#stopObject



56
57
58
59
60
61
# File 'lib/feather_watch/core/linux_watcher.rb', line 56

def stop
	puts "Stopping linux watcher" if @verbose
	@notifiers.each do |notifier|
		notifier.stop
	end
end