Skip to content

Instantly share code, notes, and snippets.

Created December 23, 2012 20:12
Show Gist options
  • Save anonymous/204d316557132583975b to your computer and use it in GitHub Desktop.
Save anonymous/204d316557132583975b to your computer and use it in GitHub Desktop.
if result_hash != nil
buys = result_hash['Buys']
recur = result_hash['Recurring']
total = result_hash['Total Revenue']
else
buys, recur, total = 0,0,0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment