Skip to content

Instantly share code, notes, and snippets.

@ShadowBelmolve
Created March 7, 2009 03:01
Show Gist options
  • Save ShadowBelmolve/75194 to your computer and use it in GitHub Desktop.
Save ShadowBelmolve/75194 to your computer and use it in GitHub Desktop.
"Minha vo eh o mestre".split(" ").map{ |c| if c.length > 2; a=c.split(""); "#{a[0]}#{a[1..-2].shuffle}#{a[-1]}" else c end}.join(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment