Created
August 25, 2011 21:57
-
-
Save pengwynn/1172097 to your computer and use it in GitHub Desktop.
First grade fun learning Ruby
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
voices = %w(Agnes Kathy Princess Vicki Victoria) | |
("a".."z").each do |letter| | |
`say -v #{voices.shuffle.first} "#{letter}"` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your gist inspired this morse code converter as well as a very long 99 bottles of beer on the wall song.