зеркало из https://github.com/github/ruby.git
class.c: [DOC] fix close tag [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
87e628d66b
Коммит
74c462a900
2
class.c
2
class.c
|
@ -1297,7 +1297,7 @@ rb_class_public_instance_methods(int argc, const VALUE *argv, VALUE mod)
|
|||
* <i>obj</i>. This will include all the methods accessible in
|
||||
* <i>obj</i>'s ancestors.
|
||||
* If the optional parameter is <code>false</code>, it
|
||||
* returns an array of <i>obj<i>'s public and protected singleton methods,
|
||||
* returns an array of <i>obj</i>'s public and protected singleton methods,
|
||||
* the array will not include methods in modules included in <i>obj</i>.
|
||||
*
|
||||
* class Klass
|
||||
|
|
Загрузка…
Ссылка в новой задаче