# File lib/directory_watcher.rb, line 477
  def load!
    return if running?
    @scanner.files = YAML.load_file(@persist) if @persist and test(?f, @persist)
    self
  end