Method: VimMate::Plugin::INotifyDirectory::ClassMethods#ignore_file_changes?
- Defined in:
- lib/vim_mate/plugins/inotify/lib/directory.rb
#ignore_file_changes?(filename) ⇒ Boolean
52 53 54 |
# File 'lib/vim_mate/plugins/inotify/lib/directory.rb', line 52 def ignore_file_changes?(filename) Exclusions.any? { |exclusion| filename =~ exclusion } end |