Object
Encodes the string to its Base32H binary representation.
Base32H
@return [String] the string's Base32H representation
# File lib/base32h.rb, line 200 def to_base32h Base32H.encode_bin(self) end