# File lib/braintree/customer.rb, line 114 def default_payment_method payment_methods.find { |payment_instrument| payment_instrument.default? } end