# File lib/merb-core.rb, line 193 def restart_environment(argv={}) @started = false start_environment(Merb::Config.to_hash.merge(argv)) end