Skip to content

Instantly share code, notes, and snippets.

@jmhodges
Created September 25, 2009 21:02
Show Gist options
  • Save jmhodges/193842 to your computer and use it in GitHub Desktop.
Save jmhodges/193842 to your computer and use it in GitHub Desktop.
class User < Personalization
# vroommm. honk, honk. hey, bill! runnin' a little late, aren't we?
CHARPOOL = (('a'..'z').to_a + ('0'..'9').to_a) - %w(i o 0 1 l I O)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment