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 80e679ef2d Fix keyword argument separation warnings for enumerators
This makes objects created via #to_enum and related methods pass
keyword arguments as keywords.

To implement this, add a kw_splat member of struct enumerator and
struct iter_method_arg, and add rb_block_call_kw, which is the
same as rb_block_call_kw with a flag for whether the last argument
is keyword options.
2019-09-06 19:41:23 -07:00
..
backward fix Visual Studio compilation error 2019-09-06 16:33:30 +09:00
assert.h Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once" 2019-08-05 08:55:09 +09:00
backward.h Renamed ruby_finalize_{0,1} 2019-08-13 09:47:08 +09:00
debug.h
defines.h Remove IA64 support. 2019-06-19 23:30:04 +12:00
encoding.h
intern.h Disable method definition type checks on Cygwin too 2019-09-03 12:59:08 +09:00
io.h io.c: export rb_io_extract_modeenc 2019-08-14 11:20:58 +09:00
missing.h
onigmo.h
oniguruma.h
re.h
regex.h
ruby.h Fix keyword argument separation warnings for enumerators 2019-09-06 19:41:23 -07:00
st.h struct st_hash_type now free from ANYARGS 2019-08-27 15:52:26 +09:00
subst.h
thread.h
thread_native.h
util.h
version.h
vm.h
win32.h Fix errno at seeking socket/pipe on Windows 2019-07-25 06:39:40 +09:00