class ActiveRecord::ExplainRegistry

def instance

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

def instance: () -> ActiveRecord::ExplainRegistry

This signature was generated using 56 samples from 2 applications.

def instance
  ActiveSupport::IsolatedExecutionState[:active_record_explain_registry] ||= new
end