Document LivecheckFormula.

This commit is contained in:
Markus Reiter 2020-08-26 09:14:02 +02:00
parent 1359f2e323
commit d49bff4ba8
2 changed files with 3 additions and 1 deletions

View File

@ -24,5 +24,4 @@ Style/Documentation:
- 'utils/popen.rb' - 'utils/popen.rb'
- 'utils/shebang.rb' - 'utils/shebang.rb'
- 'utils/shell.rb' - 'utils/shell.rb'
- 'utils/livecheck_formula.rb'
- 'version.rb' - 'version.rb'

View File

@ -1,5 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
# Helper module for parsing output of `brew livecheck`.
#
# @api private
module LivecheckFormula module LivecheckFormula
module_function module_function