method
compile_option=
v1_9_1_378 -
Show latest stable
- Class:
RubyVM::InstructionSequence
compile_option=(p1)public
No documentation available.
static VALUE
iseq_s_compile_option_set(VALUE self, VALUE opt)
{
rb_compile_option_t option;
rb_secure(1);
make_compile_option(&option, opt);
COMPILE_OPTION_DEFAULT = option;
return opt;
}