Method: Spring.watcher

Defined in:
lib/spring/watcher.rb

.watcherObject



27
28
29
# File 'lib/spring/watcher.rb', line 27

def self.watcher
  @watcher ||= watch_method.new(Spring.application_root_path, watch_interval)
end