Sha256: 4cf0fee7f0c1e98beabcd9025acdaa18d5dc786842c724461d485204f7912d3b

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 Bytes

Contents

require 'rb-inotify/native'
require 'rb-inotify/native/flags'
require 'rb-inotify/notifier'
require 'rb-inotify/watcher'
require 'rb-inotify/event'

# 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rb-inotify-0.5.0 lib/rb-inotify.rb
rb-inotify-0.4.0 lib/rb-inotify.rb
rb-inotify-0.3.0 lib/rb-inotify.rb
rb-inotify-0.2.1 lib/rb-inotify.rb
rb-inotify-0.2.0 lib/rb-inotify.rb
rb-inotify-0.1.0 lib/rb-inotify.rb