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