method

test_ole_methods

ruby latest stable - Class: TestWIN32OLE_WITH_WORD

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.

test_ole_methods()
public

No documentation available.

# File ext/win32ole/tests/test_word.rb, line 21
    def test_ole_methods
      if @obj
        @obj.visible = true
        @obj.wordbasic.disableAutoMacros(true)
        assert(true)
      end
    end