From: Noose Dinli Date: 2010-06-28T13:48:19+09:00 Subject: how i execute a method variable numer of times hi ruby example i have this method: def little_meth puts "hi there\n" end and say i want to run this method run x number of times. i make program that looks something this way: do little_meth x times i request what is this for ruby? thanks -noose -- Posted via http://www.ruby-forum.com/.