Actually I have seen that there is no ruby version yet at: http://internet.ls-la.net/mirrors/99bottles/ Has anybody submitted one already? Greetings Dominik On Mittwoch, Juli 25, 2001, at 03:13 Uhr, Pete Kernan wrote: > On Thu, 19 Jul 2001 22:06:15 +0900, Dave Thomas pontificated: > || 171 characters: > || > || b=proc{|n|"#{n>0?n: 'No more'} bottle#{n!=1?'s': ''} of beer"} > {'s'if n!=1} > save 2 > > Pete