Class: Lookbook::FileWatcher
- Inherits:
-
Object
- Object
- Lookbook::FileWatcher
- Defined in:
- lib/lookbook/file_watcher.rb
Class Method Summary collapse
Class Method Details
.evented? ⇒ Boolean
8 9 10 |
# File 'lib/lookbook/file_watcher.rb', line 8 def evented? !(file_watcher <= ActiveSupport::FileUpdateChecker) end |
.new ⇒ Object
4 5 6 |
# File 'lib/lookbook/file_watcher.rb', line 4 def new(...) file_watcher.new(...) end |