ignore method

dynamic ignore()

Implementation

ignore() {
  if (start == pos) {
    pos += 1;
  }

  start = pos;
}