From: Ezra Zygmuntowicz Date: 2006-06-11T07:32:01+09:00 Subject: Re: Colored syntax output On Jun 10, 2006, at 2:48 PM, Robert MannI wrote: > Hello! > > Maybe someone here knows how to do this: > > I have some Ruby code, and I need it in a syntax colored HTML > output format. > > Is there any easy way to do this, maybe the "ruby" binary can do this? > > > Thanks alot, > Rob Hey Robert- There are two gems that are available that will produce colorized html out of ruby code. http://coderay.rubychan.de/ gem install coderay AND http://syntax.rubyforge.org/ gem install syntax Cheers- -Ezra