16 17 18
# File 'lib/xcode_build/utilities/colorize.rb', line 16 def green(text) color(text, "\e[32m") end