# File lib/active_record/vendor/simple.rb, line 182 def self.debug_io=(io) raise TransactionError, "Transaction Error: the transaction debug object must respond to #<<" unless io.respond_to?(:<<) @tdi = io end