as_text()
No documentation available.
# File lib/rdoc/markup/lines.rb, line 141 def as_text @lines.map {|l| l.text}.join("\n") end