1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
Jeremy Evans 3073404e74 Add rb_enumeratorize_with_size_kw and related macros
Currently, there is not a way to create a sized enumerator in C
with a different set of arguments than provided by Ruby, and
correctly handle keyword arguments.  This function allows that.

The need for this is fairly uncommon, but it occurs at least in
Enumerator.produce, which takes arugments from Ruby but calls
rb_enumeratorize_with_size with a different set of arguments.
2019-09-30 07:06:42 -07:00
..
backward
assert.h
backward.h
debug.h
defines.h
encoding.h
intern.h Add rb_enumeratorize_with_size_kw and related macros 2019-09-30 07:06:42 -07:00
io.h
missing.h
onigmo.h
oniguruma.h
re.h
regex.h
ruby.h Add three more C-API functions for handling keywords 2019-09-29 18:31:08 -07:00
st.h st.c: Use rb_st_* prefix instead of st_* (#2479) 2019-09-22 22:12:18 +09:00
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h