method
setup
v1_8_7_72 -
Show latest stable
- Class:
TestWIN32OLE_WITH_WORD
setup()public
No documentation available.
# File ext/win32ole/tests/test_word.rb, line 13
def setup
begin
@obj = WIN32OLE.new('Word.Application')
rescue WIN32OLERuntimeError
@obj = nil
end
end