method

setup

setup()
public

No documentation available.

# File ext/win32ole/tests/test_propertyputref.rb, line 5
  def setup
    begin
      @sapi = WIN32OLE.new('SAPI.SpVoice')
    rescue WIN32OLERuntimeError
      @sapi = nil
    end
  end