From 55206bdc5614685c97caa5720dce23934b53007c Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 24 Aug 2020 21:33:45 +0200 Subject: [PATCH] Document `Auditor`. --- Library/Homebrew/cask/auditor.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/cask/auditor.rb b/Library/Homebrew/cask/auditor.rb index cc31909c8f..9aa4820a56 100644 --- a/Library/Homebrew/cask/auditor.rb +++ b/Library/Homebrew/cask/auditor.rb @@ -3,6 +3,9 @@ require "cask/audit" module Cask + # Helper class for auditing all available languages of a cask. + # + # @api private class Auditor extend Predicable