Method: Spring.watcher
- Defined in:
- lib/spring/watcher.rb
.watcher ⇒ Object
27 28 29 |
# File 'lib/spring/watcher.rb', line 27 def self.watcher @watcher ||= watch_method.new(Spring.application_root_path, watch_interval) end |
27 28 29 |
# File 'lib/spring/watcher.rb', line 27 def self.watcher @watcher ||= watch_method.new(Spring.application_root_path, watch_interval) end |