Method: Integer#to_base62

Defined in:
lib/epitools/core_ext/numbers.rb

#to_base62Object



340
341
342
# File 'lib/epitools/core_ext/numbers.rb', line 340

def to_base62
  to_base(62)
end