class ActiveRecord::Scoping::ScopeRegistry

def set_value_for(scope_type, model, value)

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

type ActiveRecord__Scoping__ScopeRegistry_set_value_for_value = ConnectedAccount::ActiveRecord_AssociationRelation | Notification::ActiveRecord_AssociationRelation | nil | true | ConnectedFolder::ActiveRecord_Relation | LinkedConnection::ActiveRecord_Relation

def set_value_for: (Hash scope_type, Class model, ActiveRecord__Scoping__ScopeRegistry_set_value_for_value value) -> LinkedConnection::ActiveRecord_Relation?

This signature was generated using 11 samples from 1 application.

Sets the +value+ for a given +scope_type+ and +model+.
def set_value_for(scope_type, model, value)
  scope_type[model.name] = value
end