module ActiveRecord::RuntimeRegistry

def sql_runtime=(runtime)

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

def sql_runtime=: (Float runtime) -> untyped

This signature was generated using 2 samples from 1 application.

def sql_runtime=(runtime)
  ActiveSupport::IsolatedExecutionState[:active_record_sql_runtime] = runtime
end