# File lib/active_record/base.rb, line 1864 def with_exclusive_scope(method_scoping = {}, &block) with_scope(method_scoping, :overwrite, &block) end