Class: PageWeight::HTMLDocument

Inherits:
Object
  • Object
show all
Defined in:
lib/page_weight/html_document.rb

Class Method Summary collapse

Class Method Details

.creator_for(input) ⇒ Object



3
4
5
6
# File 'lib/page_weight/html_document.rb', line 3

def self.creator_for(input)
  html_body = Parser.html_body_content_for(input)
  Nokogiri::HTML(html_body)
end