mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Document BasicObject does not implement #object_id and #send [ci skip]
Fixes [Bug #10422]
This commit is contained in:
parent
32ec6dd5c7
commit
01995df645
2 changed files with 4 additions and 0 deletions
|
@ -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(' ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue