aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index a4ad915464..d488093ce8 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -1486,7 +1486,7 @@ lazy_flat_map(VALUE obj)
return lazy_set_method(rb_block_call(rb_cLazy, id_new, 1, &obj,
lazy_flat_map_func, 0),
- Qnil, lazy_receiver_size);
+ Qnil, 0);
}
static VALUE