module MetaInspector
Constants
- VERSION
Public Instance Methods
Source
# File lib/meta_inspector.rb, line 19 def new(url, options = {}) Document.new(url, options) end
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
Sugar method to be able to scrape a document in a shorter way