From 8f468d0c13bbfac77cdae6e901b99eb871aec1c3 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 14 Aug 2020 04:11:34 +0200 Subject: [PATCH] Document `Descriptions`. --- Library/Homebrew/descriptions.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/descriptions.rb b/Library/Homebrew/descriptions.rb index 46b7f2ef31..6ba21bed47 100644 --- a/Library/Homebrew/descriptions.rb +++ b/Library/Homebrew/descriptions.rb @@ -5,6 +5,9 @@ require "formula_versions" require "search" require "searchable" +# Helper class for printing and searching descriptions. +# +# @api private class Descriptions extend Homebrew::Search