Subject: do loops and braces
From: "aidy" <aidy.rutter gmail.com>
Date: Wed, 19 Jul 2006 21:10:05 +0900
Is there anyway I can envelop this in braces and not have a loop 'end'?
def goto_territory_list
ObjectMap.new.instance_eval do
sales_admin_link.click
territories_link.click
end
end
Thanks
Aidy