class ActiveSupport::EventedFileUpdateChecker

def directories_to_watch

def directories_to_watch
  dtw = (@files + @dirs.keys).map { |f| @ph.existing_parent(f) }
  dtw.compact!
  dtw.uniq!
  @ph.filter_out_descendants(dtw)
end