ext/byebug/byebug.c in byebug-8.2.0 vs ext/byebug/byebug.c in byebug-8.2.1
- old
+ new
@@ -628,10 +628,10 @@
static VALUE
Started(VALUE self)
{
UNUSED(self);
- return IS_STARTED;
+ return IS_STARTED ? Qtrue : Qfalse;
}
/*
* call-seq:
* Byebug.stop -> bool