1
0
Fork 0
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:
kazu 2018-11-01 07:25:50 +00:00
parent 504fc28fc7
commit f83b08755d
2 changed files with 2 additions and 2 deletions

View file

@ -398,7 +398,7 @@ ossl_debug_set(VALUE self, VALUE val)
}
/*
* call-seq
* call-seq:
* OpenSSL.fips_mode -> true | false
*/
static VALUE

View file

@ -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.