Flowdock
method

test_get_win32ole_object

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: TestWin32OLE
test_get_win32ole_object() 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 114
  def test_get_win32ole_object
    workbooks = @excel.Workbooks;
    assert_instance_of(WIN32OLE, workbooks)
  end
Register or log in to add new notes.