Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
caesar-breaker
master
CaesarCipherBreaker
Breaker
Cipher
CLI
Generated using Crystal 1.14.0
2024-11-26 08:13:53 UTC
module
CaesarCipherBreaker::
Cipher
Extended Modules
CaesarCipherBreaker::Cipher
Defined in:
caesar_cipher_breaker/cipher.cr
Instance Method Summary
#decode
(text, shift)
#encode
(text, shift)
Instance Method Detail
def
decode
(text, shift)
#
[
View source
]
def
encode
(text, shift)
#
[
View source
]