Convert a number to an array of characters without using to_s
Sigiloso
I think the interviewer was looking for some kind of use of modular math to separate the digits out, and then assuming that the string could be represented as an array of ASCII digits.