mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Missing comment markers
This commit is contained in:
parent
262a0cc868
commit
50520cc193
9 changed files with 17 additions and 17 deletions
6
enum.c
6
enum.c
|
@ -4936,11 +4936,11 @@ enum_compact(VALUE obj)
|
|||
* - #group_by: Returns a Hash that partitions the elements into groups.
|
||||
* - #partition: Returns elements partitioned into two new Arrays, as determined by the given block.
|
||||
* - #slice_after: Returns a new Enumerator whose entries are a partition of +self+,
|
||||
based either on a given +object+ or a given block.
|
||||
* based either on a given +object+ or a given block.
|
||||
* - #slice_before: Returns a new Enumerator whose entries are a partition of +self+,
|
||||
based either on a given +object+ or a given block.
|
||||
* based either on a given +object+ or a given block.
|
||||
* - #slice_when: Returns a new Enumerator whose entries are a partition of +self+
|
||||
based on the given block.
|
||||
* based on the given block.
|
||||
* - #chunk: Returns elements organized into chunks as specified by the given block.
|
||||
* - #chunk_while: Returns elements organized into chunks as specified by the given block.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue