radix62 - A new gem for base 62 conversions
I just pushed my latest gem, radix62.
Radix62 converts (base 10) integers to base 62 strings and back. Base 62 includes the numbers 0-9 and characters A-Z (both lower and upper case). This can be useful for applications such as URL shorteners.
Radix62 has been tested with 1.8.7, 1.9.2, and Rubinius.
- Source on Github
- Documentation on RubyDoc.info
Post a comment