2 3 4
# File 'lib/uc/ext/string.rb', line 2 def colorize(color_code) "\e[#{color_code}m#{self}\e[0m" end