# File lib/merb-core/server.rb, line 180 def shutdown(status = 0) # reap_workers does exit but may not be called... Merb::BootLoader::LoadClasses.reap_workers(status) if Merb::Config[:fork_for_class_load] # which is why we exit explicitly here exit(status) end