module ActiveRecord::RuntimeRegistry

def sql_runtime

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

def sql_runtime: () -> untyped

This signature was generated using 1 sample from 1 application.

def sql_runtime
  ActiveSupport::IsolatedExecutionState[:active_record_sql_runtime]
end