Skip to content

Instantly share code, notes, and snippets.

@adambair
Created October 14, 2011 17:29
Show Gist options
  • Select an option

  • Save adambair/1287748 to your computer and use it in GitHub Desktop.

Select an option

Save adambair/1287748 to your computer and use it in GitHub Desktop.
def balance
return 0 if transactions.empty?
transactions.realized.reverse.last.balance
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment