Method: WIN32OLE#ole_func_methods
- Defined in:
- win32ole.c
#ole_func_methods ⇒ Object
3499 3500 3501 3502 3503 |
# File 'win32ole.c', line 3499
static VALUE
fole_func_methods(VALUE self)
{
return ole_methods( self, INVOKE_FUNC);
}
|