class Base32::Crockford

Constants

ALPHABET
BIN

add shortcuts (convenience) aliases

BINARY

simple hash map (helper) for conversion to binary string

CODE
NUM
NUMBER

Public Class Methods

alphabet() click to toggle source
# File lib/base32-alphabets/crockford.rb, line 16
def self.alphabet() ALPHABET; end
binary() click to toggle source
# File lib/base32-alphabets/crockford.rb, line 66
def self.binary() BINARY; end
code() click to toggle source
# File lib/base32-alphabets/crockford.rb, line 65
def self.code() CODE; end
number() click to toggle source
# File lib/base32-alphabets/crockford.rb, line 54
def self.number() NUMBER; end