module ActiveRecord::RuntimeRegistry
Experimental RBS support (using type sampling data from the type_fusion
project).
# sig/active_record/runtime_registry.rbs module ActiveRecord::RuntimeRegistry def sql_runtime: () -> untyped def sql_runtime=: (Float runtime) -> untyped end
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
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