Skip to content

Instantly share code, notes, and snippets.

@tylerhunt
Forked from r38y/cunt.rb
Created October 31, 2011 23:17
Show Gist options
  • Save tylerhunt/1329379 to your computer and use it in GitHub Desktop.
Save tylerhunt/1329379 to your computer and use it in GitHub Desktop.
Help prevent typos
module CuntCatcher
def cunt
warn "I'm guessing you meant 'count'?"
count
end
end
class Object
include CuntCatcher
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment