[#78633] ruby/spec needs help from CRuby committers — Benoit Daloze <eregontp@...>
Currently, ruby/spec is maintained mostly by individuals and enjoys the
13 messages
2016/12/13
[#78963] Re: ruby/spec needs help from CRuby committers
— Urabe Shyouhei <shyouhei@...>
2017/01/04
I did ask attendees of last developer meeting to join this
[#78642] Re: ruby/spec needs help from CRuby committers
— Eric Wong <normalperson@...>
2016/12/14
Benoit Daloze <eregontp@gmail.com> wrote:
[ruby-core:78846] [Ruby trunk Misc#13057] BasicObject#__send__ documentation contains references to #send
From:
greysky54@...
Date:
2016-12-26 21:49:01 UTC
List:
ruby-core #78846
Issue #13057 has been updated by Anton Chuchkalov. I see; but **`BasicObject`** doesn't have **`#send`** method and thus shouldn't reference it in docs, should it? ---------------------------------------- Misc #13057: BasicObject#__send__ documentation contains references to #send https://bugs.ruby-lang.org/issues/13057#change-62254 * 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>