# File lib/rest_htmlprinter.rb, line 92 def replace_docbook_tags text @docbook_tag_mapping.each do |docbook, html| text.gsub! "<#{docbook}>", "<#{html}>" text.gsub! "</#{docbook}>", "</#{html}>" end end