Last active
October 8, 2016 22:19
-
-
Save dguzzo/42fabc8e6808e6b26c83 to your computer and use it in GitHub Desktop.
World Cup 2014 Doge-y-ness
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
#!/usr/bin/env ruby | |
# adapted from a tweet of @jcoglan -- https://twitter.com/jcoglan | |
%w(such very so much).product(%w(sports goal ref lads)).sample.join(' ') + "!"*rand(1..3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment