9 10 11 12
# File 'lib/rubychan.rb', line 9 def scrape(uri) @scraper = RubyChan::Scraper.new(uri) @scraper.scrape end