Class
Inotify
In:
ext/inotify.c
Parent:
Object
call-seq:
inotify_event.mask => 0xcafebabe
Methods
add_watch
close
each_event
new
rm_watch
Classes and Modules
Class
Inotify::Event
Public Class methods
Inotify.new => inotify
Public Instance methods
inotify.add_watch(filename, Inotify::ALL_EVENTS) => watch number
inotify.close => nil
inotify.each_event { |event| ... }
inotify.rm_watch(filename, wd) => true or raises exception.
[Validate]