# File lib/braintree/credit_card.rb, line 46 def self.create!(attributes) return_object_or_raise(:credit_card) { create(attributes) } end