writeBottom method

void writeBottom()

Writes the bottom border line.

Implementation

void writeBottom() {
  if (features.showBorders) {
    out.writeln(frame.bottom());
  }
}