replace method

Description replace (String text)
override

Change the value of the description.

Implementation

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