Bug #6066 » bigdecimal.return.patch
| ext/bigdecimal/bigdecimal.c (working copy) | ||
|---|---|---|
|
}
|
||
|
rb_bug("Undefined operation in BigDecimalCmp()");
|
||
|
return Qnil; /* not reached */
|
||
|
}
|
||
|
/* Returns True if the value is zero. */
|
||