Skip to content

Instantly share code, notes, and snippets.

@844196
Last active August 29, 2015 14:21
Show Gist options
  • Save 844196/613a83ce09e2f01b0484 to your computer and use it in GitHub Desktop.
Save 844196/613a83ce09e2f01b0484 to your computer and use it in GitHub Desktop.
ムーンサイドへようこそ
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