# File lib/spring/watcher/abstract.rb, line 98
      def restart
        debug { "restarting" }
        stop
        start
      end