# File lib/braintree/transaction.rb, line 195 def self.release_from_escrow(transaction_id) Configuration.gateway.transaction.release_from_escrow(transaction_id) end