Created
June 28, 2014 18:23
-
-
Save oceansize/3612a923fc747c6f91f0 to your computer and use it in GitHub Desktop.
Speak or forever hold your peace...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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