We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I update the issue to reflect a better fix suggest by @JoshDevHub
Sorry, something went wrong.
JeffreyMPrice
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: