parse_text(parent, indent)
Small hook that is overridden by RDoc::TomDoc
# File lib/rdoc/markup/parser.rb, line 411 def parse_text parent, indent # :nodoc: parent << build_paragraph(indent) end