module MetaInspector

Constants

VERSION

Public Instance Methods

new(url, options = {}) click to toggle source

Sugar method to be able to scrape a document in a shorter way

# File lib/meta_inspector.rb, line 19
def new(url, options = {})
  Document.new(url, options)
end