Skip to content

Instantly share code, notes, and snippets.

@scepion1d
Created March 19, 2012 15:17
Show Gist options
  • Save scepion1d/2115938 to your computer and use it in GitHub Desktop.
Save scepion1d/2115938 to your computer and use it in GitHub Desktop.
Some Chauvinist Code
def generate_gender
return :M if rand(0..1) > 0
return :F
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment