From a69b87e80eccfe22c5d67141a91d12af9194bcae Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 21 Apr 2009 18:41:07 +0000 Subject: update rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_method.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vm_method.c b/vm_method.c index c35b19527d..aabe75dc0f 100644 --- a/vm_method.c +++ b/vm_method.c @@ -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 -- cgit v1.2.3