Skip to content

Instantly share code, notes, and snippets.

@sporkmonger
Created April 16, 2012 13:54
Show Gist options
  • Save sporkmonger/2398977 to your computer and use it in GitHub Desktop.
Save sporkmonger/2398977 to your computer and use it in GitHub Desktop.
ZOMG, don't do this!
class String
def rot13
self.tr "A-Za-z", "N-ZA-Mn-za-m"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment