Feature #10800 » fix_indent_for_MISC_10800.patch
| math.c | ||
|---|---|---|
|
{
|
||
|
switch (TYPE(num)) {
|
||
|
case T_FLOAT:
|
||
|
return RFLOAT_VALUE(num);
|
||
|
return RFLOAT_VALUE(num);
|
||
|
case T_FIXNUM:
|
||
|
if (rb_method_basic_definition_p(rb_cFixnum, id_to_f)) {
|
||
|
-
|
||
- « Previous
- 1
- 2
- Next »