Skip to content

Instantly share code, notes, and snippets.

@piedoom
Last active September 21, 2016 05:31
Show Gist options
  • Save piedoom/9b4f1c86132ff6aa1233111193c0b33f to your computer and use it in GitHub Desktop.
Save piedoom/9b4f1c86132ff6aa1233111193c0b33f to your computer and use it in GitHub Desktop.
require "http/client"
words = HTTP::Client.get("http://scrapmaker.com/data/wordlists/language/Nouns(5,449).txt").body.split("\r\n")
p "#{words.sample} is not doing allah is doing"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment