Method: WIN32OLE#ole_put_methods
- Defined in:
- win32ole.c
#ole_put_methods ⇒ Object
3482 3483 3484 3485 3486 |
# File 'win32ole.c', line 3482
static VALUE
fole_put_methods(VALUE self)
{
return ole_methods( self, INVOKE_PROPERTYPUT|INVOKE_PROPERTYPUTREF);
}
|