# File lib/analyzer_tools/crawl.rb, line 115 def timed_request(url) body = nil @times << time { body = do_request(url) } return body end