-
Yukihiro "Matz" Matsumoto authored
It used to check all `start`, `end` and `step`. If either of them are float number, `#step` iterated over float number. Now we don't check the type of `end` argument.
Yukihiro "Matz" Matsumoto authoredIt used to check all `start`, `end` and `step`. If either of them are float number, `#step` iterated over float number. Now we don't check the type of `end` argument.
Loading