Module INotify
In: lib/rb-inotify/watcher.rb
lib/rb-inotify/native.rb
lib/rb-inotify/notifier.rb
lib/rb-inotify/errors.rb
lib/rb-inotify/native/flags.rb
lib/rb-inotify/version.rb
lib/rb-inotify/event.rb
lib/rb-inotify.rb

The root module of the library, which is laid out as so:

  • {Notifier} — The main class, where the notifications are set up
  • {Watcher} — A watcher for a single file or directory
  • {Event} — An filesystem event notification

Classes and Modules

Module INotify::Native
Class INotify::Event
Class INotify::Notifier
Class INotify::QueueOverflowError
Class INotify::Watcher

Constants

VERSION = '0.9.10'

[Validate]