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