# File lib/analyzer_tools/crawl.rb, line 57
  def stop
    @threads.list.first.kill until @threads.list.empty?
  end