Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/base32h.rb
Decoders collapse
-
#to_base32h ⇒ String
Encodes the string to its Base32H binary representation.
Instance Method Details
#to_base32h ⇒ String
Encodes the string to its Base32H binary representation.
200 201 202 |
# File 'lib/base32h.rb', line 200 def to_base32h Base32H.encode_bin(self) end |