# File lib/braintree/customer.rb, line 12
    def self.create(attributes = {})
      Configuration.gateway.customer.create(attributes)
    end