# File lib/guard/dsl.rb, line 338
    def watch(pattern, &action)
      @watchers << ::Guard::Watcher.new(pattern, action)
    end