19 20 21 22
# File 'lib/webmole.rb', line 19 def self.run(options) crawler = Crawler.new(options) crawler.crawl end