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