# File lib/braintree/subscription.rb, line 41 def self.cancel(subscription_id) Configuration.gateway.subscription.cancel(subscription_id) end