# File lib/mongrel/rails.rb, line 101 101: def reload! 102: begin 103: @guard.synchronize { 104: $".replace $orig_dollar_quote 105: GC.start 106: Dispatcher.reset_application! 107: ActionController::Routing::Routes.reload 108: } 109: end 110: end