Method: TBMX::ParagraphParser#to_html

Defined in:
lib/tbmx.rb

#to_htmlObject



541
542
543
# File 'lib/tbmx.rb', line 541

def to_html
  "<p>\n" + expressions.map(&:to_html).join + "\n</p>\n"
end