Class: Byebug::DebugThread

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

Class Method Summary collapse

Class Method Details

.inheritedObject

:nodoc:



602
603
604
605
606
607
608
# File 'ext/byebug/context.c', line 602

static VALUE
DebugThread_inherited(VALUE klass)
{
  rb_raise(rb_eRuntimeError, "Can't inherit Byebug::DebugThread class");

  return Qnil;
}