
fizzbuzz.rubyforge.org
FizzBuzzFizzBuzz is a toy problem used in programming job interviews. This gem solves this problem for you so you can get right back to your interview. Require 'rubygems' require 'fizzbuzz' puts fizzbuzz. Contributors to the project are welcome to add their own algorithms for producing this list. After all, it is the development of these algorithms that are the purpose of the FizzBuzz problem. See the list of authors (so far). How to Get FizzBuzz. The easiest way is to simply install the gem:. Note that with the...
http://fizzbuzz.rubyforge.org/