diff options
Diffstat (limited to 'enumerator.c')
-rw-r--r-- | enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c index beea1c728f..afc9ed94fa 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2231,7 +2231,7 @@ call_next(VALUE obj) } static VALUE -next_stopped(VALUE obj) +next_stopped(VALUE obj, VALUE _) { return Qnil; } |