Description add(String text)

Append text to the description.

Source

Description add(String text) {
  _out.write(text);
  return this;
}