Skip to content

Instantly share code, notes, and snippets.

@johnholdun
Last active December 26, 2015 19:49
Show Gist options
  • Save johnholdun/7204478 to your computer and use it in GitHub Desktop.
Save johnholdun/7204478 to your computer and use it in GitHub Desktop.
wow. so minister. much earth. many angels.
require 'open-uri'
puts open('http://johnholdun.com/wardrobe/bible-doge.txt').read.split("\n").sample(1 + (rand * 2).round).shuffle.send((rand < 0.5 ? :unshift : :push), 'wow').join('. ') + '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment