Module: MetaInspector

Extended by:
MetaInspector
Included in:
MetaInspector
Defined in:
lib/meta_inspector/scraper.rb,
lib/meta_inspector.rb,
lib/meta_inspector/version.rb

Overview

MetaInspector provides an easy way to scrape web pages and get its elements

Defined Under Namespace

Classes: Scraper

Constant Summary collapse

VERSION =
"1.10.1"

Instance Method Summary collapse

Instance Method Details

#new(url, options = {}) ⇒ Object

Sugar method to be able to create a scraper in a shorter way



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

def new(url, options = {})
  Scraper.new(url, options)
end