# File lib/rest_htmlprinter.rb, line 99 def print_text text @html.p do |p| text.text.each do |t| replace_docbook_tags t p << t << "\n" end end end