Module: RCrawler

Defined in:
lib/rcrawler.rb,
lib/rcrawler/crawl.rb,
lib/rcrawler/driver.rb,
lib/rcrawler/version.rb

Defined Under Namespace

Classes: Crawl, Driver

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.crawl(&block) ⇒ Object



15
16
17
18
# File 'lib/rcrawler.rb', line 15

def crawl(&block)
  c = Crawl.new
  c.instance_eval &block
end