-- cgkMjo1mntqCJ3+PSku Content-Type: text/plain Content-Transfer-Encoding: 7bit or ascii based tab files for us banjo pickers! On Sat, 2006-04-08 at 00:06 +0900, Aaron Patterson wrote: > On Fri, Apr 07, 2006 at 10:02:28PM +0900, Ruby Quiz wrote: > > > > This week's Ruby Quiz is about text generation. That's right, we're going to > > teach your computer to weave tall tales. > > > > At its most basic level, a solution might be: > > > > >> (1..30).map { (("a".."z").to_a + [" "] * 10)[rand(36)] }.join > >