# File lib/relevance/tarantula/crawler.rb, line 92 def do_crawl(number) while (!finished?) @crawl_start_times << Time.now crawl_the_queue(number) @crawl_end_times << Time.now end end