Class: RubyChan::Runner

Inherits:
Thor
  • Object
show all
Defined in:
lib/rubychan.rb

Instance Method Summary collapse

Instance Method Details

#scrape(uri) ⇒ Object



9
10
11
12
# File 'lib/rubychan.rb', line 9

def scrape(uri)
  @scraper = RubyChan::Scraper.new(uri)
  @scraper.scrape
end