Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created August 25, 2011 21:57
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pengwynn/1172097 to your computer and use it in GitHub Desktop.
Save pengwynn/1172097 to your computer and use it in GitHub Desktop.
First grade fun learning Ruby
voices = %w(Agnes Kathy Princess Vicki Victoria)
("a".."z").each do |letter|
`say -v #{voices.shuffle.first} "#{letter}"`
end
@astroud
Copy link

astroud commented Dec 13, 2011

Your gist inspired this morse code converter as well as a very long 99 bottles of beer on the wall song.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment