Open JeffreyMPrice opened 21 hours ago
In the Wikipedia example on the page it mentions that a Caesar Cipher uses a left shift.
The example from the project page which shows a right shift of 5:
> caesar_cipher("What a string!", 5) => "Bmfy f xywnsl!"
I propose:
Ruby / Rails
https://www.theodinproject.com/lessons/ruby-caesar-cipher
No response
I update the issue to reflect a better fix suggest by @JoshDevHub
Checks
Describe your suggestion
In the Wikipedia example on the page it mentions that a Caesar Cipher uses a left shift.
The example from the project page which shows a right shift of 5:
I propose:
Path
Ruby / Rails
Lesson Url
https://www.theodinproject.com/lessons/ruby-caesar-cipher
(Optional) Discord Name
No response
(Optional) Additional Comments
No response