Files
redux-scraper/sorbet/rbi/annotations/pundit.rbi
Dylan Knutson 20aa7871ea init sorbet
2025-01-01 01:14:26 +00:00

14 lines
275 B
Ruby
Vendored

# typed: true
# DO NOT EDIT MANUALLY
# This file was pulled from a central RBI files repository.
# Please run `bin/tapioca annotations` to update it.
module Pundit::Authorization
sig { void }
def skip_authorization; end
sig { void }
def skip_policy_scope; end
end