From: nobu@... Date: 2016-12-21T11:03:21+00:00 Subject: [ruby-core:78774] [Ruby trunk Misc#13057][Feedback] BasicObject#__send__ documentation contains references to #send Issue #13057 has been updated by Nobuyoshi Nakada. Description updated Status changed from Open to Feedback Yes, they are aliases. ---------------------------------------- Misc #13057: BasicObject#__send__ documentation contains references to #send https://bugs.ruby-lang.org/issues/13057#change-62175 * Author: Anton Chuchkalov * Status: Feedback * Priority: Normal * Assignee: ---------------------------------------- **`BasicObject#__send__`** docs are equal to **`Object#send`** docs. As far as I can see, this happens because documentation for both **`#send`** and **`#__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__ -- https://bugs.ruby-lang.org/ Unsubscribe: