Skip to content

Instantly share code, notes, and snippets.

@c-vetter
Created June 18, 2014 21:54
Show Gist options
  • Save c-vetter/4880f54af1d9f5c3901e to your computer and use it in GitHub Desktop.
Save c-vetter/4880f54af1d9f5c3901e to your computer and use it in GitHub Desktop.
fisbas in 58 characters, just sayin' =)
1.upto(100){|i|p i%5>0?i%3>0?i:"fis":i%3>0?"bas":"fisbas"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment