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