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