Class: Lookbook::FileWatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/lookbook/file_watcher.rb

Class Method Summary collapse

Class Method Details

.evented?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/lookbook/file_watcher.rb', line 8

def evented?
  !(file_watcher <= ActiveSupport::FileUpdateChecker)
end

.newObject



4
5
6
# File 'lib/lookbook/file_watcher.rb', line 4

def new(...)
  file_watcher.new(...)
end