gabrielgomes94

Results 1 issues of gabrielgomes94

The following code from README documentation does not work anymore: ```ruby class QuotesToScrapeCom < Vessel::Cargo # ... if next_page = at_xpath("//li[@class='next']/a[@href]") url = absolute_url(next_page.attribute(:href)) yield request(url: url, handler: :parse) end...