# File lib/dm-core/adapters/abstract_adapter.rb, line 141 def push_transaction(transaction) transactions(Thread.current) << transaction end