method
DEBUG=
v1_9_1_378 -
Show latest stable
- Class:
Thread
DEBUG=(p1)public
No documentation available.
static VALUE
rb_thread_s_debug_set(VALUE self, VALUE val)
{
rb_thread_debug_enabled = RTEST(val);
return val;
} DEBUG=(p1)No documentation available.
static VALUE
rb_thread_s_debug_set(VALUE self, VALUE val)
{
rb_thread_debug_enabled = RTEST(val);
return val;
}