class HtmlParserIncluded

Public Instance Methods

html() click to toggle source
# File lib/spotlite/http_client.rb, line 4
def html
  Nokogiri::HTML(body)
end