compile_option()
public
Returns a hash of
default options used by the Ruby iseq
compiler.
For details, see InstructionSequence.compile_option=.
static VALUE
iseqw_s_compile_option_get(VALUE self)
{
return make_compile_option_value(&COMPILE_OPTION_DEFAULT);
}