method
USAGE_ANALYSIS_INSN_STOP
v2_5_5 -
Show latest stable
- Class:
RubyVM
USAGE_ANALYSIS_INSN_STOP()public
No documentation available.
static VALUE
usage_analysis_insn_stop(VALUE self)
{
ruby_vm_collect_usage_func_insn = 0;
return Qnil;
}