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