Skip to content

Instantly share code, notes, and snippets.

@oceansize
Created June 28, 2014 18:23
Show Gist options
  • Save oceansize/3612a923fc747c6f91f0 to your computer and use it in GitHub Desktop.
Save oceansize/3612a923fc747c6f91f0 to your computer and use it in GitHub Desktop.
Speak or forever hold your peace...
def say_fizz
(1..100).map { |number| `say "#{fizzbuzz(number)}"` }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment