method
test_get_win32ole_object
v1_8_6_287 -
Show latest stable
- Class:
TestWin32OLE
test_get_win32ole_object()public
No documentation available.
# File ext/win32ole/tests/testWIN32OLE.rb, line 114
def test_get_win32ole_object
workbooks = @excel.Workbooks;
assert_instance_of(WIN32OLE, workbooks)
end