method

setup

setup()
public

No documentation available.

# File ext/win32ole/tests/testWIN32OLE.rb, line 287
  def setup
    installer = WIN32OLE.new("WindowsInstaller.Installer")
    @record = installer.CreateRecord(2)
  end