Skip to content

Instantly share code, notes, and snippets.

@davelnewton
Created September 9, 2011 11:17
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