sorry forgot some end . . . class Level
def level1(url1) array1.length.times do |x| some code here . . . array2.length.times do |y| some code here . . . end call level2(urlx) end end def level2(url2) array3.length.times do |x| some code here . . . array4.length.times do |y| some code here . . . end call level3(urly) end end . . . end --------------------------------------------------------------------- Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6734&messageID=19378#19378 _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
