# File lib/inotify/inotify_native.rb, line 99 def add_watch(pathname, mask) self.inotify_add_watch(@fd, pathname, mask) end