# File lib/braintree/customer.rb, line 44
    def self.find(customer_id)
      Configuration.gateway.customer.find(customer_id)
    end