# File lib/mongrel/rails.rb, line 107 def reload! begin @guard.synchronize(:EX) { $".replace $orig_dollar_quote GC.start Dispatcher.reset_application! ActionController::Routing::Routes.reload } end end