method

USAGE_ANALYSIS_OPERAND_STOP

v2_4_6 - Show latest stable - Class: RubyVM
USAGE_ANALYSIS_OPERAND_STOP()
public

No documentation available.

static VALUE
usage_analysis_operand_stop(VALUE self)
{
    ruby_vm_collect_usage_func_operand = 0;
    return Qnil;
}