Module
INotify
In:
lib/vendor/linux/lib/rb-inotify/event.rb
lib/vendor/linux/lib/rb-inotify/native/flags.rb
lib/vendor/linux/lib/rb-inotify/native.rb
lib/vendor/linux/lib/rb-inotify/notifier.rb
lib/vendor/linux/lib/rb-inotify/watcher.rb
lib/vendor/linux/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::Watcher
Constants
VERSION
=
[0, 8, 8]
An array containing the version number of rb-inotify. The numbers in the array are the major, minor, and patch versions, respectively.
[Validate]