Skip to content

Instantly share code, notes, and snippets.

@hotchpotch
Created February 1, 2010 06:34
Show Gist options
  • Save hotchpotch/291492 to your computer and use it in GitHub Desktop.
Save hotchpotch/291492 to your computer and use it in GitHub Desktop.
class String
def blize
self.split('').join('/')
end
end
# $KCODE = 'u'
# puts 'ちょよんご'.blize #=> ち/ょ/よ/ん/ご
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment