class Guard::Watcher

def match_file?(file)

Deprecated:
  • Use .match instead
def match_file?(file)
  UI.info "Guard::Watcher.match_file? is deprecated, please use Guard::Watcher.match instead."
  match(file)
end