標準出力に色を付ける Ruby ライブラリ Term::ANSIColor for Ruby
http://term-ansicolor.rubyforge.org/
Perl 版に続いて Ruby 版もある.
require 'term/ansicolor'
include Term::ANSIColor
print red, bold, "red bold", reset, "\n"
Perl,Ruby と来たので PHP 版は…と思ったけど需要もないな.
- via: tune web
http://www.tsunematsu.cc/archives/2005/12/ruby_1.html
- ref.:
[2006-01-07-5] 標準出力に色を付ける Perl ライブラリ Term::ANSIColor
[2006-01-09-2] 標準出力に色を付ける PHP ライブラリ PEAR::Console_Color
関連記事:
[2006-01-09-2] 標準出力に色を付ける PHP ライブラリ PEAR::Console_Color