# File lib/spring/application_manager.rb, line 29
    def restart
      return if @state == :stopping
      start_child(true)
    end