FizzBuzz Is Dead, Long Live…?
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?