24 25 26 27 28 29
# File 'lib/vim_mate/plugins/inotify/lib/directory.rb', line 24 def initialize_with_inotify(*args) initialize_without_inotify(*args) if directory? self.class.inotify_watcher.watch_dir(full_path, Mask) end end