lib/retriever/page_iterator.rb in rubyretriever-1.3.0 vs lib/retriever/page_iterator.rb in rubyretriever-1.4.0

- old
+ new

@@ -1,8 +1,8 @@ module Retriever # class PageIterator < Fetch - # recieves target url and RR options, and a block + # receives target url and RR options, and a block # runs the block on all pages during crawl, pushing # the returned value of the block onto a result stack # the complete data returned from the crawl is accessible thru self.result def initialize(url, options, &block) super