Skip to content

Instantly share code, notes, and snippets.

@nanki
Created August 25, 2011 19:36
Show Gist options
  • Save nanki/1171616 to your computer and use it in GitHub Desktop.
Save nanki/1171616 to your computer and use it in GitHub Desktop.
puts (1..100).map{|i|[[i, :Fizz], [:Buzz, :FizzBuzz]][(1 - i**4) % 5][(1 - i**2) % 3]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment