# File lib/directory_watcher.rb, line 493
  def start
    return self if running?

    load!
    @scanner.start
    self
  end