# File lib/browsers.rb, line 52 def unload while(@ie.nil?) sleep($sleep_busy) end begin @ie.Quit rescue end end