class ActiveRecord::AsynchronousQueriesTracker::Session
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/active_record/asynchronous_queries_tracker.rbs class ActiveRecord::AsynchronousQueriesTracker::Session def finalize: () -> false def initialize: () -> void end
:nodoc:
def active?
def active? @active end
def finalize
Experimental RBS support (using type sampling data from the type_fusion
project).
def finalize: () -> false
This signature was generated using 9 samples from 1 application.
def finalize @active = false end
def initialize
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: () -> void
This signature was generated using 6 samples from 1 application.
def initialize @active = true end