Module: Bobkit::Watcher
- Defined in:
- lib/bobkit/watcher.rb
Defined Under Namespace
Classes: FileWatcherHandler
Instance Method Summary collapse
Instance Method Details
#filewatcher ⇒ Object
9 10 11 |
# File 'lib/bobkit/watcher.rb', line 9 def filewatcher FileWatcherHandler.instance.filewatcher end |
#watch ⇒ Object
3 4 5 6 7 |
# File 'lib/bobkit/watcher.rb', line 3 def watch(...) # :nocov: FileWatcherHandler.instance.watch(...) # :nocov: end |