From f1d6d9734eddd1086029d9c743530dd506352a45 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 21 Apr 2009 18:41:07 +0000 Subject: update rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_method.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vm_method.c') diff --git a/vm_method.c b/vm_method.c index c35b19527..aabe75dc0 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