diff options
author | Jeremy Evans <[email protected]> | 2019-09-25 17:57:00 -0700 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2019-09-26 08:01:53 -0700 |
commit | b193041b992e5ce0ae1a07735fbdc53a739b5434 () | |
tree | cde06d981ddba5b6dae7935cb7b8d6199b6733f6 /include/ruby/intern.h | |
parent | 6b52959ef76f6f19e50c6f80f00c08bb0daf5c7c (diff) |
Fix keyword argument separation issues in Fiber#resume
Notes: Merged: https://.com/ruby/ruby/pull/2484
-rw-r--r-- | include/ruby/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -240,7 +240,9 @@ NORETURN(void rb_cmperr(VALUE, VALUE)); /* cont.c */ VALUE rb_fiber_new(rb_block_call_func_t, VALUE); VALUE rb_fiber_resume(VALUE fib, int argc, const VALUE *argv); VALUE rb_fiber_yield(int argc, const VALUE *argv); VALUE rb_fiber_current(void); VALUE rb_fiber_alive_p(VALUE); /* enum.c */ |