class Ronn::Document

def to_roff

Convert the document to roff and return the result as a string.
def to_roff
  RoffFilter.new(
    to_html_fragment,
    name,
    section,
    tagline,
    manual,
    organization,
    date
  ).to_s
end