module Envirobly::Colorize

def green(text)

def green(text)
  [ GREEN, text, RESET ].join
end