Skip to content

Instantly share code, notes, and snippets.

@oguzbilgic
Created December 10, 2010 05:08
Show Gist options
  • Save oguzbilgic/735816 to your computer and use it in GitHub Desktop.
Save oguzbilgic/735816 to your computer and use it in GitHub Desktop.
Engineyard - Lucky 13 twitter contest
def p(b); `curl -s http://roulette.engineyard.com` =~ /13/ ? b * 35 : 0; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment