Document EnvConfig.

This commit is contained in:
Markus Reiter 2020-08-14 04:35:58 +02:00
parent 1ea50d08fa
commit f98223ba1a

View File

@ -1,6 +1,9 @@
# frozen_string_literal: true
module Homebrew
# Helper module for querying Homebrew-specific environment variables.
#
# @api private
module EnvConfig
module_function