method

close

rails latest stable - Class: ActionDispatch::Reloader::CleanupOnClose

Method deprecated or moved

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

close()
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/reloader.rb, line 59
      def close
        super if defined?(super)
      ensure
        ActionDispatch::Reloader.cleanup!
      end