clear method

void clear()

Implementation

void clear() {
  answer.clear();

  captchas.clear();
}