Created
November 4, 2012 16:25
-
-
Save kcurtin/4012489 to your computer and use it in GitHub Desktop.
sexy string conversion
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
original = 'g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmgle gr gl zw fylb gq glcddgagclr ylb rfyr'q ufw rfgq rcvr gq qm jmle. sqgle qrpgle.kyicrpylq() gq pcamkkclbcb. lmu ynnjw ml rfc spj.' | |
original.each_char.each_with_object("") do |character, final| | |
character.next!.next! unless character.match /\W/ | |
final << character | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice, i have no idea how this works, but i think original needs to be wrapped with double quotes (")?