Description replace(String text)

Change the value of the description.

Source

Description replace(String text) {
  _out.clear();
  return add(text);
}