green method

String green()

Implementation

String green() {
  return '\x1B[32m$this\x1B[0m';
}