Skip to content

Instantly share code, notes, and snippets.

@dnpp73
Created February 23, 2011 18:29
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 dnpp73/840888 to your computer and use it in GitHub Desktop.
Save dnpp73/840888 to your computer and use it in GitHub Desktop.
自分なりに書いてみたもの。
p (1..100).map{|n|n%15==0?'FizzBuzz':n%3==0?'Fizz':n%5==0?'Buzz':n}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment