base62 0.1.0
The base62 gem monkeypatches Integer and String. It creates an Integer#base62_encode instance method to encode integers into a string with this set of characters: 0-9 + A-Z + a-z. It also creates a String#base62_decode method to reverse the encoded string back into an integer.
All Versions
| Version | Platform | Released | Documention |
|---|---|---|---|
| 0.1.0 | ruby | October 6th, 2008 | Awaiting Generation |