black method

String black()

Implementation

String black() {
  return '\x1B[30m$this\x1B[0m';
}