summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 18:41:07 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-21 18:41:07 +0000
commita69b87e80eccfe22c5d67141a91d12af9194bcae (patch)
treede3181a89e7bf89a79b7729911037c267b8b482d /vm_method.c
parent58c31ca6d84bf5393e7200faac97ee877be2b1e8 (diff)
update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 4 insertions, 0 deletions
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