method
USAGE_ANALYSIS_OPERAND_STOP
ruby 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;
}