Skip to content

Instantly share code, notes, and snippets.

@davelnewton
Created September 9, 2011 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelnewton/1205973 to your computer and use it in GitHub Desktop.
Save davelnewton/1205973 to your computer and use it in GitHub Desktop.
beautifuller
return false if real_account.nil?
date = date_from_str('2011-01-01')
return true if payments.has_finished? && real_account.created_before? date
Trade.has_payments(real_account.login, date)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment