Method: AutoPilot::DocumentParser#question_text
- Defined in:
- lib/auto_pilot/document_parser.rb
#question_text ⇒ Object
23 24 25 |
# File 'lib/auto_pilot/document_parser.rb', line 23 def question_text doc.css(xml_map[:question]).text # you can also call inner_html for semantic formatting end |