Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/base32h.rb
Decoders collapse
-
#to_base32h ⇒ String
Encodes the integer to its Base32H numeric representation.
Instance Method Details
#to_base32h ⇒ String
Encodes the integer to its Base32H numeric representation.
190 191 192 |
# File 'lib/base32h.rb', line 190 def to_base32h Base32H.encode(self) end |