Last active
August 29, 2015 14:21
-
-
Save 844196/613a83ce09e2f01b0484 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
class String | |
def moon_side | |
self.split('').shuffle.join | |
end | |
end | |
puts 'ムーンサイドへようこそ'.moon_side | |
# => イうへムそサこンーよド |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment