class Dry::Schema::Messages::Abstract

def rule_lookup_paths(tokens)

Other tags:
    Api: - private
def rule_lookup_paths(tokens)
  config.rule_lookup_paths.map { |key| key % tokens }
end