# File lib/guard/interactor.rb, line 52
    def stop
      unless Thread.current == @thread
        @thread.kill
      end
    end