mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Exclude 'Method' from RDoc's autolinking
This commit is contained in:
parent
d441d35107
commit
b4ec22fe6c
Notes:
git
2025-01-02 05:23:07 +00:00
20 changed files with 70 additions and 71 deletions
2
enum.c
2
enum.c
|
@ -3912,7 +3912,7 @@ chunk_i(RB_BLOCK_CALL_FUNC_ARGLIST(yielder, enumerator))
|
|||
* e.next # => [2, [6, 7, 8]]
|
||||
* e.next # => [3, [9, 10]]
|
||||
*
|
||||
* \Method +chunk+ is especially useful for an enumerable that is already sorted.
|
||||
* Method +chunk+ is especially useful for an enumerable that is already sorted.
|
||||
* This example counts words for each initial letter in a large array of words:
|
||||
*
|
||||
* # Get sorted words from a web page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue