reset method

void reset()

Implementation

void reset() {
  _lines = [[]];
  _row = 0;
  _col = 0;
}