зеркало из https://github.com/github/ruby.git
Fix an example [ci skip]
This commit is contained in:
Родитель
c997f7daaa
Коммит
35392ff0a0
|
@ -2044,7 +2044,7 @@ lazy_filter_map_proc(RB_BLOCK_CALL_FUNC_ARGLIST(val, m))
|
|||
* truthy results (everything except +false+ or +nil+) of running the
|
||||
* +block+ for every element in +lazy+.
|
||||
*
|
||||
* (1..).lazy.filter_map { |i| i * 2 if i.even? }.take(5) #=> [4, 8, 12, 16, 20]
|
||||
* (1..).lazy.filter_map { |i| i * 2 if i.even? }.first(5) #=> [4, 8, 12, 16, 20]
|
||||
*
|
||||
*/
|
||||
static VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче