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