ruby_float_step 1525 numeric.c else if (!ruby_float_step(from, to, step, Qfalse)) { ruby_float_step 270 range.c extern int ruby_float_step(VALUE from, VALUE to, VALUE step, int excl); ruby_float_step 339 range.c else if (ruby_float_step(b, e, step, EXCL(range))) {