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