module Envirobly::Colorize

def yellow(text)

def yellow(text)
  [ YELLOW, text, RESET ].join
end