Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
parse_text(parent, indent)
public
# File lib/rdoc/markup/parser.rb, line 411
def parse_text parent, indent # :nodoc:
parent << build_paragraph(indent)
end