module Envirobly::Colorize

def bold(text)

def bold(text)
  [ BOLD, text, RESET ].join
end