colorizr
A simple gem to colorize terminal output.
Usage
require 'colorizr'
puts "John".red
puts "Paul".green
puts "George".blue
puts "Ringo".yellow
Class methods
String.sample_colors - Prints sample output demonstrating all the colors
String.colors - Returns an Array of all the color options
Installation
gem install colorizr