Actions
Bug #16813
closedIncorrect and Duplicated Method Docs - 2.6.1-core through 2.7.1-core
Bug #16813:
Incorrect and Duplicated Method Docs - 2.6.1-core through 2.7.1-core
Description
https://ruby-doc.org/core-2.7.1/Method.html#method-i-5B-5D¶
meth[args, ...] → obj has the correct explanation, but contains the example for #call instead of #[]
https://ruby-doc.org/core-2.7.1/Method.html#method-i-3E-3E¶
meth >> g → a_proc has the correct example, but contains the explanation for #<< instead of #>>
Files
Actions