Op zo 19 aug 01:17:56 2007 CEST schreef Florian AÝÎann in de nieuwsgroep 'comp.lang.ruby': > Bertram Scharpf schrieb: >> Hi, >> >> Am Samstag, 18. Aug 2007, 18:55:17 +0900 schrieb Bob Sanders: >>> How would I then print out the first 5 records of that array? > but personally I like > puts @people.first(5) > the most... @array.first(5) reads exactly like 'the first 5 things' from the array... Not without reason, i guess. So, why do it another way? -- Groeten, Eric