class ActionDispatch::Reloader

def self.cleanup!

Execute all cleanup callbacks.
def self.cleanup!
  new(nil).cleanup!
end