Project

General

Profile

Misc #13057

Updated by nobu (Nobuyoshi Nakada) over 7 years ago

**`BasicObject#__send__`** **BasicObject#\_\_send__** docs are equal to **`Object#send`** **Object#send** docs. As far as I can see, this happens because documentation for both **`#send`** **#send** and **`#__send__`** **#\_\_send__** is defined in the same place. Links: 

 * Source: https://github.com/ruby/ruby/blob/de59178aaf171674a3c2c06cc6271a673a3f9035/vm_eval.c#L957 
 * Current version of docs: http://ruby-doc.org/core-2.3.3/BasicObject.html#method-i-__send__

Back