On Wednesday 19 July 2006 21:10, aidy wrote: > Is there anyway I can envelop this in braces and not have a loop 'end'? just do it :) though it's common practice to use do ... end for blocks over more than one line > > def goto_territory_list > ObjectMap.new.instance_eval do > sales_admin_link.click > territories_link.click > end > end > > Thanks > > Aidy