git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2017-07-22 08:07:58 +00:00
Родитель 135204eb38
Коммит 1782a2cf36
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1551,7 +1551,7 @@ true_xor(VALUE obj, VALUE obj2)
* call-seq: * call-seq:
* false.to_s -> "false" * false.to_s -> "false"
* *
* 'nuf said... * The string representation of <code>false</code> is "false".
*/ */
static VALUE static VALUE
@ -1817,7 +1817,7 @@ rb_mod_eqq(VALUE mod, VALUE arg)
* *
* \param[in] mod a Module object * \param[in] mod a Module object
* \param[in] arg another Module object or an iclass of a module * \param[in] arg another Module object or an iclass of a module
* \retval Qtrue if \a mod inherits \a arg * \retval Qtrue if \a mod inherits \a arg, or \a mod equals \a arg
* \retval Qfalse if \a arg inherits \a mod * \retval Qfalse if \a arg inherits \a mod
* \retval Qnil if otherwise * \retval Qnil if otherwise
*++ *++