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-12 20:41:11 +09:00
2019-09-24 21:57:54 +09:00
2019-08-21 16:36:39 -04:00
2019-09-25 13:52:53 +09:00
2019-09-26 18:24:20 +09:00
2019-09-10 12:39:49 +09:00
2019-08-14 11:20:58 +09:00