Method: Anemone::Core#focus_crawl

Defined in:
lib/anemone/core.rb

#focus_crawl(&block) ⇒ Object

Specify a block which will select which links to follow on each page. The block should return an Array of URI objects.



140
141
142
143
# File 'lib/anemone/core.rb', line 140

def focus_crawl(&block)
  @focus_crawl_block = block
  self
end