class GeneralScraper

Public Instance Methods

data() click to toggle source
# File lib/remote_dev_jobs/general_scraper.rb, line 5
def data
  @data ||= Nokogiri::HTML(open(URL))
end