зеркало из https://github.com/github/ruby.git
Fix documents
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
135204eb38
Коммит
1782a2cf36
4
object.c
4
object.c
|
@ -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
|
||||||
*++
|
*++
|
||||||
|
|
Загрузка…
Ссылка в новой задаче