mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
504fc28fc7
commit
f83b08755d
2 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ ossl_debug_set(VALUE self, VALUE val)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq
|
||||
* call-seq:
|
||||
* OpenSSL.fips_mode -> true | false
|
||||
*/
|
||||
static VALUE
|
||||
|
|
|
@ -283,7 +283,7 @@ folemethod_initialize(VALUE self, VALUE oletype, VALUE method)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq
|
||||
* call-seq:
|
||||
* WIN32OLE_METHOD#name
|
||||
*
|
||||
* Returns the name of the method.
|
||||
|
|
Loading…
Reference in a new issue