Class: Debugger::DebugThread
- Inherits:
-
Thread
- Object
- Thread
- Debugger::DebugThread
- Defined in:
- lib/ruby-debug-base.rb,
ext/ruby_debug/192/ruby_debug.c,
ext/ruby_debug/193/ruby_debug.c,
ext/ruby_debug/200/ruby_debug.c
Overview
:nodoc:
Class Method Summary collapse
-
.inherited ⇒ Object
:nodoc:.
Class Method Details
.inherited ⇒ Object
:nodoc:
1487 1488 1489 1490 1491 |
# File 'ext/ruby_debug/192/ruby_debug.c', line 1487
static VALUE
debug_thread_inherited(VALUE klass)
{
rb_raise(rb_eRuntimeError, "Can't inherit Debugger::DebugThread class");
}
|