Skip to content

Instantly share code, notes, and snippets.

@alexhemard
Created September 5, 2013 15:54
Show Gist options
  • Save alexhemard/6452091 to your computer and use it in GitHub Desktop.
Save alexhemard/6452091 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'open-uri'
require 'json'
puts JSON.parse(open('https://raw.github.com/ChaseFlorell/jQuery.ProfanityFilter/master/swearWords.json').read).sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment