Improve doc in rb_class_real doc (#3637)
This commit is contained in:
parent
df25007046
commit
5e120a2389
Notes:
git
2020-10-10 17:52:50 +09:00
Merged-By: marcandre <github@marc-andre.ca>
2
object.c
2
object.c
@ -279,7 +279,7 @@ rb_obj_not_equal(VALUE obj1, VALUE obj2)
|
|||||||
* It returns the \a cl itself if it is neither a singleton class or a module.
|
* It returns the \a cl itself if it is neither a singleton class or a module.
|
||||||
*
|
*
|
||||||
* \param[in] cl a Class object.
|
* \param[in] cl a Class object.
|
||||||
* \return the ancestor class found, or a falsey value if nothing found.
|
* \return the ancestor class found, or Qfalse if nothing found.
|
||||||
*/
|
*/
|
||||||
VALUE
|
VALUE
|
||||||
rb_class_real(VALUE cl)
|
rb_class_real(VALUE cl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user