# File lib/braintree/credit_card.rb, line 126 def _most_recent_verification(attributes) verification = (attributes[:verifications] || []).sort_by{ |verification| verification[:created_at] }.reverse.first CreditCardVerification._new(verification) if verification end