module CaesarCipherBreaker::Cipher

Extended Modules

Defined in:

caesar_cipher_breaker/cipher.cr

Instance Method Summary

Instance Method Detail

def decode(text, shift) #

[View source]
def encode(text, shift) #

[View source]