method

boot!

rails latest stable - Class: ActiveSupport::EventedFileUpdateChecker

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

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