module Pundit

def policy_scope(user, *args, **kwargs, &block)

Other tags:
    See: Pundit::Context#policy_scope -
def policy_scope(user, *args, **kwargs, &block)
  Context.new(user: user).policy_scope(*args, **kwargs, &block)
end