yellow method

String yellow()

Implementation

String yellow() {
  return '\x1B[33m$this\x1B[0m';
}