module Envirobly::Colorize

def faint(text)

def faint(text)
  [ FAINT, text, RESET ].join
end