class ActiveRecord::ConnectionAdapters::TransactionState

def rollback!

Experimental RBS support (using type sampling data from the type_fusion project).

def rollback!: () -> Symbol

This signature was generated using 1 sample from 1 application.

def rollback!
  @children&.each { |c| c.rollback! }
  @state = :rolledback
end