Ruby Block to Create Random Token String Without Offending
In creating rant.cc as a short URL generator I wanted to avoid generating random text that would be offensive, so the block below attempts to avoid creating some text string you may have to apologize to your mother about.
Create random token with Ruby (random_token.rb)download