summaryrefslogtreecommitdiff
path: root/vm_eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_eval.c')
-rw-r--r--vm_eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm_eval.c b/vm_eval.c
index 068944d0b5..9281ebd40e 100644
--- a/vm_eval.c
+++ b/vm_eval.c
@@ -951,6 +951,8 @@ send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope)
* When the method is identified by a string, the string is converted
* to a symbol.
*
+ * BasicObject implements +__send__+, Kernel implements +send+.
+ *
* class Klass
* def hello(*args)
* "Hello " + args.join(' ')