module Bobkit::Watcher
Public Instance Methods
filewatcher()
click to toggle source
# File lib/bobkit/watcher.rb, line 9 def filewatcher FileWatcherHandler.instance.filewatcher end
watch(*args, &block)
click to toggle source
# File lib/bobkit/watcher.rb, line 3 def watch(*args, &block) # :nocov: FileWatcherHandler.instance.watch *args, &block # :nocov: end