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

#watch(*args, &block) ⇒ Object



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

def watch(*args, &block)
  # :nocov:
  FileWatcherHandler.instance.watch *args, &block
  # :nocov:
end