boot!()
private

No documentation available.

# File activesupport/lib/active_support/evented_file_update_checker.rb, line 109
      def boot!
        normalize_dirs!

        unless @dtw.empty?
          Listen.to(*@dtw, &method(:changed)).start
        end
      end