summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_method.c b/vm_method.c
index 9727a2ada8..4b4be139a7 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1505,6 +1505,8 @@ obj_respond_to(int argc, VALUE *argv, VALUE obj)
* call-seq:
* obj.respond_to_missing?(symbol, include_all) -> true or false
*
+ * DO NOT USE THIS DIRECTLY.
+ *
* Hook method to return whether the _obj_ can respond to _id_ method
* or not.
*