We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbf600 commit e5d63cbCopy full SHA for e5d63cb
insns.def
@@ -1550,8 +1550,7 @@ opt_mod
1550
y = FIX2LONG(obj);
1551
if (x > 0 && y > 0) {
1552
val = LONG2FIX(x % y);
1553
- }
1554
- else {
+ } else {
1555
/* copied from numeric.c#fixdivmod */
1556
long div, mod;
1557
@@ -2137,8 +2136,7 @@ opt_regexpmatch1
2137
2136
{
2138
if (BASIC_OP_UNREDEFINED_P(BOP_MATCH, REGEXP_REDEFINED_OP_FLAG)) {
2139
val = rb_reg_match(r, obj);
2140
2141
2142
val = rb_funcall(r, idEqTilde, 1, obj);
2143
}
2144
0 commit comments