redneckbeard / thanos

Ruby -> Go at the snap of your fingers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support uses of Range beyond indexes and case statements

redneckbeard opened this issue · comments

Currently, each, to_a etc. on a range don't work. This will require implementing succ on string, and adding support for user-defined classes that defined succ themselves.