method
ole_types
v2_4_6 -
Show latest stable
- Class:
WIN32OLE_TYPELIB
ole_types()public
Returns the type library file path.
tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') classes = tlib.ole_types.collect{|k| k.name} # -> ['AddIn', 'AddIns' ...]