method

as_text

v1_8_7_72 - Show latest stable - Class: SM::Lines
as_text()
public

No documentation available.

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