method

updater

updater()
private

No documentation available.

# File railties/lib/rails/application/routes_reloader.rb, line 24
      def updater
        @updater ||= begin
          updater = ActiveSupport::FileUpdateChecker.new(paths) { reload! }
          updater.execute
          updater
        end
      end