Module: Callback

Includes:
Inotify::Connection
Defined in:
lib/inotify-ffi.rb

Instance Method Summary collapse

Methods included from Inotify::Connection

#notify_readable

Instance Method Details

#notify_event(ev) ⇒ Object



153
154
155
156
# File 'lib/inotify-ffi.rb', line 153

def notify_event(ev)
  puts ev.inspect
  pp ev.mask_names
end