Using ruby, is it possible to make an array of each letter in the alphabet and 0-9 easily?
You can also do it this way:
'a'.upto('z').to_a + 0.upto(9).to_a