Skip to content

Instantly share code, notes, and snippets.

@stefanpenner
Created February 5, 2010 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanpenner/044466075ddd2ffb3307 to your computer and use it in GitHub Desktop.
Save stefanpenner/044466075ddd2ffb3307 to your computer and use it in GitHub Desktop.
1.upto(?d){|i|i%5>0||o=:Buzz
puts i%3>0?o||i:"Fizz#{o}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment