method

setup

ruby latest stable - Class: TestOLEMETHOD

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.

setup()
public

No documentation available.

# File ext/win32ole/tests/testOLEMETHOD.rb, line 10
  def setup
    @excel_app = WIN32OLE_TYPE.new(MS_EXCEL_TYPELIB, 'Application')
  end