Module: Textus::Application::Read::PolicyExplain

Defined in:
lib/textus/application/read/policy_explain.rb

Overview

For one key, surface every matching policy block along with the per-slot effective value (which loses ties win-by-specificity).

Defined Under Namespace

Classes: Impl

Class Method Summary collapse

Class Method Details

.call(session:, ctx:, caps:) ⇒ Object

rubocop:disable Lint/UnusedMethodArgument



7
8
9
# File 'lib/textus/application/read/policy_explain.rb', line 7

def self.call(*, session:, ctx:, caps:, **) # rubocop:disable Lint/UnusedMethodArgument
  Impl.new(caps: caps).call(*, **)
end