Adjust indent in string.c [ci skip]
This commit is contained in:
parent
aa3d8388c0
commit
cbbda3e648
2
string.c
2
string.c
@ -4630,7 +4630,7 @@ rb_str_include_range_p(VALUE beg, VALUE end, VALUE val, VALUE exclusive)
|
|||||||
|
|
||||||
if (ISASCII(b) && ISASCII(e) && ISASCII(v)) {
|
if (ISASCII(b) && ISASCII(e) && ISASCII(v)) {
|
||||||
if (b <= v && v < e) return Qtrue;
|
if (b <= v && v < e) return Qtrue;
|
||||||
return RBOOL(!RTEST(exclusive) && v == e);
|
return RBOOL(!RTEST(exclusive) && v == e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user