class Guard::Internals::Session

def watchdirs=(dirs)

set by Dsl with :directories() command
def watchdirs=(dirs)
  dirs = [Dir.pwd] if dirs.empty?
  @watchdirs_from_guardfile = dirs.map { |dir| File.expand_path dir }
end