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

    load!
    @scanner.start
    self
  end