Created
January 23, 2011 18:43
-
-
Save hajimehoshi/792313 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(1..?d).each{|i|puts i%15>0?i%5>0?i%3>0?i:'Fizz':'Buzz':'FizzBuzz'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment