K 10 svn:author V 6 clsung K 8 svn:date V 27 2007-01-12T08:17:31.000000Z K 7 svn:log V 264 Small Ruby library that colors strings using ANSI escape sequences. It's possible to use constants: include Term::ANSIColor print red, bold, "red bold", reset, "\n" or print red(bold("red bold")), "\n" WWW: http://term-ansicolor.rubyforge.org/ END