Fix indent [ci skip]
Suggested by @hanachin at https://github.com/rurema/doctree/pull/2425#discussion_r551327592
This commit is contained in:
parent
1fe111d7d0
commit
3fee9e7021
8
enum.c
8
enum.c
@ -4196,10 +4196,10 @@ compact_i(RB_BLOCK_CALL_FUNC_ARGLIST(i, ary))
|
|||||||
* Returns an array of all non-+nil+ elements from enumeration.
|
* Returns an array of all non-+nil+ elements from enumeration.
|
||||||
*
|
*
|
||||||
* def with_nils
|
* def with_nils
|
||||||
* yield 1
|
* yield 1
|
||||||
* yield 2
|
* yield 2
|
||||||
* yield nil
|
* yield nil
|
||||||
* yield 3
|
* yield 3
|
||||||
* end
|
* end
|
||||||
*
|
*
|
||||||
* to_enum(:with_nils).compact
|
* to_enum(:with_nils).compact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user