class RubyChan::Runner
Public Instance Methods
scrape(uri)
click to toggle source
# File lib/rubychan.rb, line 9 def scrape(uri) @scraper = RubyChan::Scraper.new(uri) @scraper.scrape end
# File lib/rubychan.rb, line 9 def scrape(uri) @scraper = RubyChan::Scraper.new(uri) @scraper.scrape end