Method: VimMate::Plugin::INotifyDirectory::ClassMethods#inotify_watcher

Defined in:
lib/vim_mate/plugins/inotify/lib/directory.rb

#inotify_watcherObject



33
34
35
# File 'lib/vim_mate/plugins/inotify/lib/directory.rb', line 33

def inotify_watcher
  @@inotify_watcher ||= INotify::INotify.new
end