Skip to content

Instantly share code, notes, and snippets.

@jennifersmith
Created September 13, 2013 14:20
Show Gist options
  • Save jennifersmith/6551387 to your computer and use it in GitHub Desktop.
Save jennifersmith/6551387 to your computer and use it in GitHub Desktop.
silly
puts ["ass", "write", "mouth", "check", "cash"].permutation(5).to_a.shuffle.map {|words| "Your #{words[0]} is #{words[1]}ing #{words[2]}s that your #{words[3]} can't #{words[4]}!".gsub(/writeing/, "writing").gsub(/asss/, "asses")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment