Skip to content

Instantly share code, notes, and snippets.

@kuahyeow
Created December 10, 2010 03:41
Show Gist options
  • Save kuahyeow/735733 to your computer and use it in GitHub Desktop.
Save kuahyeow/735733 to your computer and use it in GitHub Desktop.
require 'open-uri'
def lucky13(bet); open('http://roulette.engineyard.com').read=~/13/ ? bet*35 : 0; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment