Method: RubyVM.SDR

Defined in:
vm.c

.SDRObject

:nodoc:



3801
3802
3803
3804
3805
3806
# File 'vm.c', line 3801

static VALUE
sdr(VALUE self)
{
    rb_vm_bugreport(NULL, stderr);
    return Qnil;
}