mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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>
1 changed files with 1 additions and 1 deletions
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.
|
||||
*
|
||||
* \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
|
||||
rb_class_real(VALUE cl)
|
||||
|
|
Loading…
Reference in a new issue