Boom! The to_i method converts strings to integers. However, when it doesn't recognize any numbers in the string, it'll produce a 0.
to_i
0
Uh .. that's not really what we were going for, is it?