Module: SocialScraper

Extended by:
SocialScraper
Included in:
SocialScraper
Defined in:
lib/social_scraper.rb,
lib/social_scraper/scraper.rb,
lib/social_scraper/version.rb

Defined Under Namespace

Classes: Scraper

Constant Summary collapse

VERSION =
"0.0.2"

Instance Method Summary collapse

Instance Method Details

#new(url) ⇒ Object



6
7
8
# File 'lib/social_scraper.rb', line 6

def new(url)
  Scraper.new(url)
end