# File lib/guard/interactor.rb, line 112
    def start
      return if ENV['GUARD_ENV'] == 'test'

      ::Guard::UI.debug 'Start interactor'
      @thread = Thread.new { read_line } if !@thread || !@thread.alive?
    end