module Envirobly::Colorize

def red(text)

def red(text)
  [ RED, text, RESET ].join
end