Method: AutoPilot::DocumentParser#title_html

Defined in:
lib/auto_pilot/document_parser.rb

#title_htmlObject



11
12
13
# File 'lib/auto_pilot/document_parser.rb', line 11

def title_html
  doc.css(xml_map[:h1]).inner_html
end