Flowdock
method

test_invoke

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: TestWin32OLE
test_invoke() public

No documentation

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

Hide source
# File ext/win32ole/tests/testWIN32OLE.rb, line 237
  def test_invoke
    workbooks = @excel.invoke( 'workbooks' )
    assert_instance_of(WIN32OLE, workbooks)
    book = workbooks.invoke( 'add' )
    assert_instance_of(WIN32OLE, book)
  end
Register or log in to add new notes.