Contact: aviboots(AT)netvision.net.il
41,397 questions
53,943 answers
573 users
n = 837 first, second, third = n.to_s.split('') puts first, second, third # # run: # # 8 # 3 # 7 #