Skip to content

Instantly share code, notes, and snippets.

@adriand
Created December 10, 2010 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriand/735807 to your computer and use it in GitHub Desktop.
Save adriand/735807 to your computer and use it in GitHub Desktop.
def pay(bet)
`curl -s http://roulette.engineyard.com` =~ /13/ ? bet * 35 : 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment