Jeremy Evans d53cf85474 Fix warning when doing Struct.new(:x, keyword_init: true){}
This is due to calling rb_mod_module_eval directly instead of using
rb_funcall_passing_block.

The problem with calling directly is it does not create a new VM
frame, so rb_mod_module_eval was called with no arguments, but with
the keyword given VM frame flag set, which causes problems
internally.
2019-09-27 11:22:21 -07:00
..
2019-08-14 09:50:14 -07:00
2019-09-05 20:04:50 +09:00
2019-08-01 05:21:42 +09:00
2019-07-12 17:52:22 +09:00
2019-09-27 01:13:10 +09:00
2019-09-27 14:01:37 +09:00