# File lib/guard/watcher.rb, line 81 def match_file?(file) UI.info "Guard::Watcher.match_file? is deprecated, please use Guard::Watcher.match instead." match(file) end