Module: Bobkit::Watcher

Defined in:
lib/bobkit/watcher.rb

Defined Under Namespace

Classes: FileWatcherHandler

Instance Method Summary collapse

Instance Method Details

#filewatcherObject



9
10
11
# File 'lib/bobkit/watcher.rb', line 9

def filewatcher
  FileWatcherHandler.instance.filewatcher
end

#watchObject



3
4
5
6
7
# File 'lib/bobkit/watcher.rb', line 3

def watch(...)
  # :nocov:
  FileWatcherHandler.instance.watch(...)
  # :nocov:
end