mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58c31ca6d8
commit
a69b87e80e
1 changed files with 4 additions and 0 deletions
|
@ -1110,6 +1110,10 @@ rb_respond_to(VALUE obj, ID id)
|
|||
* Returns +true+ if _obj_ responds to the given
|
||||
* method. Private methods are included in the search only if the
|
||||
* optional second parameter evaluates to +true+.
|
||||
*
|
||||
* If the method is not implemented,
|
||||
* as Process.fork on Windows, File.lchmod on GNU/Linux, etc.,
|
||||
* false is returned.
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue