cyan method

String cyan()

Implementation

String cyan() {
  return '\x1B[36m$this\x1B[0m';
}