From: Marc Heiler Date: 2008-06-15T23:50:28+09:00 Subject: Re: What was YOUR first Ruby Project Hi, I actually can not remember which was my first real ruby script. Maybe I removed it already. One script I wrote rather early was one that helped me to colourize output (by using many gsub's) and reformatted slightly. My biggest project so far is the one that I plan to release one day ("Ruby Build Tools") after all known bugs are fixed. I think I use it since 4 years by now, it however has only 7800 lines of code, and that includes comments and empty lines too :) I guess it is rather hard to write a lot of lines in ruby "normally". The first ruby code I wrote was probably from a tutorial like chris pine tutorial or that other tutorial with the "dragon"... think it was dragon.eat or dragon.breathe something -- Posted via http://www.ruby-forum.com/.