method

onOnQuit

ruby latest stable - Class: IEHandler

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

onOnQuit()
public

No documentation available.

# File ext/win32ole/sample/ienavi2.rb, line 18
  def onOnQuit
    puts "Now Stop IE..."
    @loop = false
  end