== ColorMe 0.1.2 A VERY SIMPLE wrapper for outputting strings in color using ANSI color codes == Usage require 'rubygems' require 'colorme' puts "Hello World!".color(:red) (c)2010 Patrick Morgan www.patrick-morgan.net
Project
colorme
A very simple helper for outputting strings in color. For exmaple, simply require 'colorme' and issue "Hello World!".color(:red)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Dependencies
Project Readme