##Easily make text output to the terminal in color
###Usage example:
puts "my string".red
Available colors
- gray
- red
- green
- yellow
- blue
- purple
###Steps
-
$> gem install color_text#Install the gem -
require 'color_text'#Include the gem - Your ready to start using.