------ art_3680_18810451.1180975117256 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, Here is my solution. I made the assumption that the interviewer has a terminal handy and I have 5-10 minutes to crank this out. If I was just writing it down on paper, I made a note of a couple things that I got wrong before I had a chance to see the output: for i in 1...101 # was 100 before checking this out ' out ut + 'Fizz' if (i % 3) 0 out ut + 'Buzz' if (i % 5) 0 out .to_s if (out.size) 0 print out + "\n" # Original did not have a newline end Thanks, Justin ------ art_3680_18810451.1180975117256--