WIN32OLE_TYPELIB#inspect â String
Instance Public methods
Returns the type library name with class name.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) tlib.inspect # => "<#WIN32OLE_TYPELIB:Microsoft Excel 9.0 Object Library>" |
Please login to continue.