Created
October 26, 2018 12:19
-
-
Save jonelf/e3dd5a027d4f1eeeaaca6a2c62a9918c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arr = "Pwzqemuözrözvykvvgt".split(//) | |
0.upto(28) {|n| | |
puts arr.map {|c| (c.ord - n).chr}.join | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://twitter.com/FRAdioanstalt/status/1050716452079263745