[前][次][番号順一覧][スレッド一覧]

ruby-changes:47277

From: kazu <ko1@a...>
Date: Sat, 22 Jul 2017 17:08:06 +0900 (JST)
Subject: [ruby-changes:47277] kazu:r59392 (trunk): Fix documents

kazu	2017-07-22 17:07:58 +0900 (Sat, 22 Jul 2017)

  New Revision: 59392

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59392

  Log:
    Fix documents

  Modified files:
    trunk/object.c
Index: object.c
===================================================================
--- object.c	(revision 59391)
+++ object.c	(revision 59392)
@@ -1551,7 +1551,7 @@ true_xor(VALUE obj, VALUE obj2) https://github.com/ruby/ruby/blob/trunk/object.c#L1551
  * call-seq:
  *   false.to_s   ->  "false"
  *
- * 'nuf said...
+ * The string representation of <code>false</code> is "false".
  */
 
 static VALUE
@@ -1817,7 +1817,7 @@ rb_mod_eqq(VALUE mod, VALUE arg) https://github.com/ruby/ruby/blob/trunk/object.c#L1817
  *
  * \param[in] mod a Module object
  * \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 Qnil if otherwise
  *++

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]