# File lib/rerun.rb, line 19
    def restart
      @restarting = true
      stop
      start
      @restarting = false
    end