mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0b4214ad9b
commit
6500760bd3
1 changed files with 1 additions and 1 deletions
2
class.c
2
class.c
|
@ -1122,7 +1122,7 @@ rb_class_public_instance_methods(int argc, VALUE *argv, VALUE mod)
|
|||
* Returns a list of the names of public and protected methods of
|
||||
* <i>obj</i>. This will include all the methods accessible in
|
||||
* <i>obj</i>'s ancestors.
|
||||
* If the <i>regular</i> parameter is set to <code>false</code>,
|
||||
* If the <i>regular</i> parameter is set to <code>false</code>,
|
||||
* Returns an array of obj's public and protected singleton methods,
|
||||
* the array will not include methods in modules included in <i>obj</i>.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue