[ruby/win32ole] [DOC] Remove spaces inside parentheses
https://github.com/ruby/win32ole/commit/57e4a38465
This commit is contained in:
parent
8074525b2b
commit
5ac9c8f01b
@ -1962,7 +1962,7 @@ ole_bind_obj(VALUE moniker, int argc, VALUE *argv, VALUE self)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* connect( ole ) --> aWIN32OLE
|
* connect(ole) --> aWIN32OLE
|
||||||
*
|
*
|
||||||
* Returns running OLE Automation object or WIN32OLE object from moniker.
|
* Returns running OLE Automation object or WIN32OLE object from moniker.
|
||||||
* 1st argument should be OLE program id or class id or moniker.
|
* 1st argument should be OLE program id or class id or moniker.
|
||||||
@ -2019,7 +2019,7 @@ fole_s_connect(int argc, VALUE *argv, VALUE self)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* const_load( ole, mod = WIN32OLE)
|
* const_load(ole, mod = WIN32OLE)
|
||||||
*
|
*
|
||||||
* Defines the constants of OLE Automation server as mod's constants.
|
* Defines the constants of OLE Automation server as mod's constants.
|
||||||
* The first argument is WIN32OLE object or type library name.
|
* The first argument is WIN32OLE object or type library name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user