git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-04-21 18:41:07 +00:00
Родитель 58c31ca6d8
Коммит a69b87e80e
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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