Subject: invoke irb during execution of code
From: Junkone <junkone1 gmail.com>
Date: Wed, 4 Jun 2008 02:04:27 +0900
how do i invoke the irb during the execution of my code.
for eg
require "watir"
ie = Watir::IE.start( url)
invoke irb so that i can inspect the ie and use the ie object
interactively.
Appreciate any help.
seede