Class: Byebug::DebugThread

Inherits:
Thread
  • Object
show all
Defined in:
ext/byebug/context.c

Class Method Summary collapse

Class Method Details

.inheritedObject

:nodoc:



640
641
642
643
644
645
646
647
648
# File 'ext/byebug/context.c', line 640

static VALUE
dt_inherited(VALUE klass)
{
  UNUSED(klass);

  rb_raise(rb_eRuntimeError, "Can't inherit Byebug::DebugThread class");

  return Qnil;
}