module Parser::Color

def self.red(str, bold: false)

def self.red(str, bold: false)
  color(str, 31, bold: bold)
end