method

teardown

ruby latest stable - Class: TestWIN32OLE_EVENT

Method deprecated or moved

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

teardown()
public

No documentation available.

# File ext/win32ole/tests/test_win32ole_event.rb, line 126
    def teardown
      @ie.quit
      @ie = nil
      File.unlink(@f)
      GC.start
    end