Document BasicObject does not implement #object_id and #send [ci skip]

Fixes [Bug #10422]
This commit is contained in:
Jeremy Evans 2019-07-22 15:07:22 -07:00
parent 32ec6dd5c7
commit 01995df645
2 changed files with 4 additions and 0 deletions

View file

@ -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(' ')