module Medusa
Constants
- VERSION
Public Class Methods
crawl(urls, options = {}, &block)
click to toggle source
Convenience method to start a crawl
# File lib/medusa/core.rb, line 15 def Medusa.crawl(urls, options = {}, &block) Core.crawl(urls, options, &block) end