Sha256: f5fca7ac6bfbbd7b49c2fc3768011d5ce9e7c1511433fa39cce5500d914a79c9
Contents?: true
Size: 461 Bytes
Versions: 150
Compression:
Stored size: 461 Bytes
Contents
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
Version data entries
150 entries across 140 versions & 14 rubygems