Skip to content

Instantly share code, notes, and snippets.

@andrewgross
Last active December 16, 2015 08:29
Show Gist options
  • Save andrewgross/5406210 to your computer and use it in GitHub Desktop.
Save andrewgross/5406210 to your computer and use it in GitHub Desktop.
A useful function for anyone who works with brazilians.
def ptbr_laugh; (1..(1 + rand * 10)).map {("h" + ((rand * 4) + 1).to_i.times.map {%w(a e i o u)[rand * 5]}.join )}.join; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment