mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e8bb03da40
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.