Skip to content

Instantly share code, notes, and snippets.

@hannestyden
Created January 29, 2013 15:26
Show Gist options
  • Save hannestyden/4665062 to your computer and use it in GitHub Desktop.
Save hannestyden/4665062 to your computer and use it in GitHub Desktop.
p 'Learn everything you need to know about %s by watching %s.' % [
[ 'programming', 'gardening' ],
[ 'The Simpsons', 'The Wire', 'Futurama' ],
].map(&:sample)
# >> "Learn everything you need to know about gardening by watching Futurama."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment