Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
ruby
/
vendor_ruby
📤 Upload
📝 New File
📁 New Folder
Close
Editing: rb-inotify.rb
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
Save
Cancel