Ruby : Printing colored character in Ruby: Colorize

Normally for web developer you dont need to know how to colorize the output in ruby, however if you are building some gem and you need to prompt User something beautifully then it might strike on your mind that “it would have been great; if it printed colored text”.

Moreover, you might also want to display the output of rake tasks you create in your app in colored  format. Continue reading