class Spring::Watcher::Polling

def expanded_files

def expanded_files
  files + Dir["{#{directories.map { |d| "#{d}/**/*" }.join(",")}}"]
end