Method: CobwebModule::Crawl#finish
- Defined in:
- lib/crawl.rb
#finish ⇒ Object
229 230 231 232 233 234 235 236 237 238 239 |
# File 'lib/crawl.rb', line 229 def finish debug_puts "" debug_puts "========================================================================" debug_puts "finished crawl on #{@options[:url]}" print_counters debug_puts "========================================================================" debug_puts "" set_first_to_finish @stats.end_crawl() end |