aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 61846c26dd..a026699acb 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -1639,7 +1639,7 @@ obj_respond_to(int argc, VALUE *argv, VALUE obj)
* When the method name parameter is given as a string, the string is
* converted to a symbol.
*
- * See #respond_to?.
+ * See #respond_to?, and the example of BasicObject.
*/
static VALUE
obj_respond_to_missing(VALUE obj, VALUE mid, VALUE priv)