FizzBuzz Is Dead, Long Live…?
By chris on February 25th 2008 in /dev/ruby | 775 views
Chalain has successfully killed FizzBuzz by creating the FizzBuzz Ruby gem:
irb(main):002:0> require 'rubygems' => true irb(main):003:0> require 'fizzbuzz' => true irb(main):004:0> puts fizzbuzz
I have nothing to add to this except: sweet.
Now what?
