Class: HtmlParserIncluded

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/spotlite/http_client.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



4
5
6
# File 'lib/spotlite/http_client.rb', line 4

def html
  Nokogiri::HTML(body)
end