i mean, this is right there at the top of the [range class documentation][1]
(since symbols `:a` work very much like strings `"a"`). but i've just never had
to use it before.
yesterday i was implementing a hexadecimal value converter, which is why this
came up. 0-9 values didn't need to be calculated, since they are already the
correct values, but i wanted a little, clever way to make `:a => 10, :b => 11`,
and so on.