class ActiveRecord::Scoping::ScopeRegistry

def current_scope(model, skip_inherited_scope = false)

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

def current_scope: (Class model, ?bool skip_inherited_scope, *unused *, **unused **, ) -> nil

This signature was generated using 10 samples from 1 application.

def current_scope(model, skip_inherited_scope = false)
  value_for(@current_scope, model, skip_inherited_scope)
end