All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.rb-inotify-0.9.10.lib.rb-inotify.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
require 'rb-inotify/version'
require 'rb-inotify/native'
require 'rb-inotify/native/flags'
require 'rb-inotify/notifier'
require 'rb-inotify/watcher'
require 'rb-inotify/event'
require 'rb-inotify/errors'

# 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
module INotify
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy