Method: AutoPilot::DocumentParser#answer_html

Defined in:
lib/auto_pilot/document_parser.rb

#answer_htmlObject



27
28
29
# File 'lib/auto_pilot/document_parser.rb', line 27

def answer_html
  doc.css(xml_map[:answer]).inner_html
end