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