Skip to content

Instantly share code, notes, and snippets.

@kuahyeow
Created December 10, 2010 03:55
Show Gist options
  • Save kuahyeow/735745 to your computer and use it in GitHub Desktop.
Save kuahyeow/735745 to your computer and use it in GitHub Desktop.
require 'open-uri'
def lucky13(bet); open('http://roulette.engineyard.com').read.hash==2027245514 ? bet*35 : 0; end
@kuahyeow
Copy link
Author

"{"winning_number":"13"}".hash
=> 2027245514

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment