clean method

void clean()

Clears all lines from the paragraph.

Implementation

void clean() {
  lines.clear();
}