module Encoder
Extended Modules
Defined in:
laurel/encoder.crConstant Summary
-
ALPHABET =
"abcdefghijklmnopqrstuvwxyz "
Instance Method Summary
- #create_shift_dictionary(shift : Int32 | Int64)
- #decode(encoded : String, shift : Int32 | Int64)
- #encode(uncoded : String, shift : Int32 | Int64)
- #normalize(unormalized : String)