# File lib/merb-core.rb, line 182
    def start_environment(argv=ARGV)
      start(argv) unless (@started ||= false)
    end