stripe_mock v0.1.0 StripeMock.Base52
Link to this section Summary
Functions
Encodes an integer into a base52 string.
Link to this section Functions
Link to this function
encode(integer)
Encodes an integer into a base52 string.
iex> encode(0)
"0"
iex> encode(1000000000)
"2clyTD"