jmhodges (owner)

Revisions

gist: 193842 Download_button fork
public
Public Clone URL: git://gist.github.com/193842.git
Embed All Files: show embed
hm.rb #
1
2
3
4
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)