Flowdock
method

setup

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestWIN32OLE_PROPERTYPUTREF
setup() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/win32ole/tests/test_propertyputref.rb, line 5
  def setup
    begin
      @sapi = WIN32OLE.new('SAPI.SpVoice')
    rescue WIN32OLERuntimeError
      @sapi = nil
    end
  end
Register or log in to add new notes.