0
0
0
0
1.0
From RubyForge Project News, 1 month ago,
0 views
base62 version 0.1.0 has been released!
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.
Changes:
## 0.1.0 2008-10-04
* 1 major enhancement:
* Initial release
comments
You must be logged in to add your own comment.