class HelpFormatter

def accept_paragraph(paragraph)

def accept_paragraph(paragraph)
  @indent += 2
  text = paragraph.text.tr_s(?\r, ?\s).tr_s(?\n, ?\s)
  wrap attributes text
  @indent -= 2
  @res << ?\n
end