class ActiveRecord::ConnectionAdapters::TransactionState

def invalidated?

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

def invalidated?: () -> false

This signature was generated using 13 samples from 1 application.

def invalidated?
  @state == :invalidated
end