Document MissingFormula.

This commit is contained in:
Markus Reiter 2020-08-17 19:55:09 +02:00
parent 491ef34cc2
commit 4d636d1335

View File

@ -3,6 +3,9 @@
require "formulary"
module Homebrew
# Helper module for checking if there is a reason a formula is missing.
#
# @api private
module MissingFormula
class << self
def reason(name, silent: false, show_info: false)