class Alparser::Parser::HtmlParser

Public Instance Methods

html() click to toggle source
# File lib/alparser/parser.rb, line 6
def html
  doc = Nokogiri::HTML(body)
  doc.encoding = 'utf-8'
  doc
end